Manual Test Script Templates

Can anyone post a good test script script (MSExcel)? - thank you for the software testing project

+3
source share
5 answers
  • Test case identifier - a unique identifier for identifying a test case.

  • Precondition. Indicate any prerequisite required to run the test case.

  • Test Case Description - A brief description explaining the purpose of the test case or function being tested.

  • Testing steps. Explain in detail all the necessary test steps required to complete the test case.

  • Expected Behavior. Clearly indicate what expected behavior is observed in the requirements.

  • -

  • -

  • - Pass/Fail/Not Run

  • / -

  • -

+4

enter image description here

+2

1.Level 2.FD
. ID 4.Test 5.Test
6.Test
7.Action
8.
9.Outcome
10.Comments 11.Application
12. 13.Critical

+1

test template

.

+1

:

:

Test Created By:

: ,

Prerequisites: Conditions that must be met before the test

Test Procedure: Steps to Complete in a Test

Test data: inputs, variables and data

Expected Result: L What should the program do?

Actual result: what is actually done

Verdict: Pass / Fail (Test Status)

Comments: Notes on the procedure

+1
source

Source: https://habr.com/ru/post/1719806/


All Articles