Test Execution
~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
5. Test Execution
- Before starting the Test Execution phase the Test Environment setup should be ready. In Test Execution phase the test cases
are executed in the testing environment. - While execution of the test cases the QA team may find bugs which will be reported against that test case. This bug is fixed by
the developer and is retested by the QA.
5.1 Activities to be done in Test Execution phase are given below:
- Execution of Test Cases • Reporting test results
- Logging defects for the failed test cases
- Verification and retesting of the defect • Closure of defects
5.2 Deliverables (Outcome) of Test Execution phase are:
- Test execution Report
- Updated test cases with results
- Bug Report