Test Cases
What is Test Case?
In Software Quality Engineering, a test case is a set of conditions or variables under which a tester will determine if a requirement is met by the application / system / software under test.
Test Cases are also know as “Test Scripts”.
What are the Main Parts to a Test Case?
- Test Case ID
- Purpose of Test
- Prequisites / Test Data Requirements
- Detailed Steps for Execution
- Expected Results / Behavior
Additonal Information may include:
- Screenshots
- Sample Results
- Time Required for Execution / Duration
- Automation OR Manual
- Test Environment Details
- Results (PASS | FAIL | DNT)






Recent Comments