Syntax of test case documentation
Test objective
Describe the test objective in natural language.
Prerequisites
Describe the prerequisites in natural language.
Test scenario description
Write this as a „one-sentence beginning with
“Ensure that system does/does-not…”
Test cases
For each scenario list the test cases as a table shown below.
TC ID | Input #1 | Input #2 | Input #3 | Expected Output |
---|---|---|---|---|
TS1.TC1 | ———– | ———– | ———– | ———– |
TS1.TC2 | ———– | ———– | ———– | ———– |
TS1.TC3 | ———– | ———– | ———– | ———– |
Test steps/procedure
Describe the procedure for execution as a series of steps.
1 ….
2 ….