Test case

Preconditions, steps, expected results, postconditions. Manual or automated, supports Gherkin.

180 wordsManualGherkinCases

Test Case: Test Case Title

ID: TC-XXX Author: Name Date: YYYY-MM-DD Priority: Critical / High / Medium / Low Type: Functional / Negative / Boundary / Performance Linked requirement: REQ-XXX or User Story ID


Preconditions

List everything that must be true before execution begins.

  • Precondition 1
  • Precondition 2

Test Data

Parameter Value
Field Value

Steps

Step Action Expected Result
1 Action description Expected outcome
2 Action description Expected outcome
3 Action description Expected outcome

Postconditions

Describe the expected state of the system after the test completes successfully.


Gherkin Version (optional)

Given <initial state>
When <action performed>
Then <expected outcome>
And <additional assertion>

Notes

Additional context, known edge cases, or dependencies on other test cases.