Test Cases

Test cases are the blueprint of manual tests, written in GIVEN-WHEN-THEN Gherkin syntax.

For detailed guidelines on writing test cases, see: Manual Testing Guidelines

Test Case Template

Use the template below to create a new test case:

##

- Description:
- Given
- When I
- Then I
- Actual Result:
- Test Result:
- Priority:
- Risk Assessment (Regressions-Likelihood):
- Testable as Unit Test?
- Notes:

Important:

  • DO NOT delete empty bullet points
  • DO NOT fill out "Actual Result" or "Test Result" when creating test cases (only during execution)