Writing Test Cases v3.0
Test cases define what to test, how to test it, and what the expected outcome is.
Creating a Test Case
- Open a project and click Test Cases
- Click New test case
- Enter a case number (e.g.
UAT-TC-001) and title - Open the case to add:
- Steps — each with a description and expected result
- Priority — critical / high / medium / low
- Case type — functional / non_functional / integration / regression / uat
- Tags — for filtering
- Requirement links — associate with one or more requirements (feeds the traceability matrix)
Steps
Each test case has one or more steps. Add, remove, and reorder steps as needed. Each step has:
- Description — what the tester does
- Expected Result — what should happen
Filtering
The Test Cases page supports filtering by: plan, priority, type, and free-text search across title and case number.