Test Case Development
~10 mins
STLC -Software Testing Life Cycle ( ~20 mins)
STLC is a sequence of different activities performed by
the testing team to ensure the quality of the software or
the product.
- Requirement Analysis
- Test Planning
- Test Case Development
- Test Environment Setup
- Test Execution
- Test Closure
3. Test case development
- In this phase the QA team write test cases.
- They also write scripts for automation if required.
- Verification of both the test cases and test scripts are done by peers.
- Creation of Test Data is done in this phase.
3.1 Activities to be done in Test Case Development phase are given below:
- Creation of test cases
- Creation of test scripts if required
- Verification of test cases and automation scripts
- Creation of Test Data in testing environment
3.2 Deliverables (Outcome) of Test Case Development phase are:
- Test cases
- Test scripts (for automation if required)
- Test Data