Explain STLC with an example
Software Testing Life Cycle (STLC) is a process used to ensure the quality of software.
7 Phases of STLC:
- Requirement Analysis: Understand app requirements like user registration
- Test Planning: Plan types of tests (e.g., functional, performance) and allocate resources.
- Test Case Development: Create test cases to verify app functionalities.
- Test Environment Setup: Configure a simulated environment for testing.
- Test Execution: Execute test cases
- Defect Reporting: Report defects found during testing.
- Test Closure: Evaluate testing effectiveness and prepare for app release.
Comments
Post a Comment