Documentation #
Creating test cases is the core activity in QA Catalyst. Test cases define what to test, how to test, and what result is expected.
As a QA engineer, having well-structured test cases helps reduce ambiguity and improves collaboration with developers
Steps #
- Navigate to Test Cases
- Click ADD Test Case
- Select module
- Enter:
- Test case title
- Description
- Steps
- Expected result
- Priority
- Status
- Assigned to
- Expected result
- Actual result
- Save the test case
Best Practice #
Write clear, atomic steps—each step should validate one behavior.