Introduction on Software Testing Life Cycle
The Software Testing Life Cycle, commonly referred to as STLC, is a flow for a testing process performed in serial order on a software application system so as to verify and validate the application for its correctness against the requirement provided by the business. It is comprised of six different phases, similar to the software development life cycle. These phases can go parallel to the development process or can be completed as the last step of the software development life cycle process, depending on the methodology used to develop the application software.
Software Testing Life Cycle
Different phases of the software testing life cycle are as follows:
1. Requirements analysis
2. Test planning
3. Test case development
4. Test Environment setup
5. Test execution
6. Test cycle closure
Let us discuss the above-mentioned software testing phases in detail for more Understanding.
1. Requirement Analysis
This is the first phase of the software testing life cycle. After that, requirements analysis is the most important phase because it is the base phase for all software development; if we made a mistake in requirements analysis, the wrong software could be delivered to the client.
In this phase quality assurance team first understands the requirements of the software to identify the parts that need to be tested. Then, for more understanding of the requirement, QA i.e.quality assurance team may meet different organizations like business organizations, stakeholders, development team, technical team, design team, etc. Once the requirements of the software are fixed, the QA team identifies the components or parts of the software or system to be tested.
2. Test Planning
This is the second phase of the software testing life cycle. This phase is known as the test strategy because the test strategy is planned in this phase. The test manager carried out this activity, where he is taking care of all the things related to testing like how much effort it requires, how much it cost for testing the whole project, and which types of testing need to be done for which component. Other than this, it also involved following task
1. Analyzing software
2. Define the objective of the test
3. Designing a test strategy
4. Planning resources for test
5. Planning test criteria
6. Designing test cases
7. Scheduling and executing test
8. Planning test environment for execution
9. Analyzing test delivery
3. Test Case Development
This is the third phase of the software testing life cycle. Once the test planning is done, the work of test cases begins. In this phase, the testing team designs the test cases for test execution in detail. It also prepares the information, i.e. data for test cases. After the test cases are designed, they are delivered to the peer team or quality control, i.e. QA team, for an examination.
The test case is good if it identifies errors quickly and solves them immediately under the test.
1. The characteristics of a good test case are
2. A test case is transparent and simple.
3. Generate the same result every time for the same test.
4. The test case id contains the name.
5. Covers 100% of software requirements.
4. Test Environment Setup
This is the fourth phase of the software testing life cycle. This phase is a vital part of STLC. Test environment setup is setting up all the resources like software and hardware for the testing team to execute all the test cases. The customer or the organization does not do the testing team’s test environment setup. Instead, the testing team prepares the smoke test for executing the test environment setup.
5. Test Execution
This is the fifth phase of the software testing life cycle. It executed the test with code and compared it with the expected result, and analyses the report. The testing team executes tests based on test planning and strategies. While the execution of the test, the test analyst marks the test report.
1. If the test case is successfully executed, it is marked as passed.
2. If the test case if failed, it is marked as failed, and the corresponding defect is reported to the software developer team
3. If the test case is blocked because of an error, then it is marked as blocked. Once the defect is solved, the test cases that are marked as blocked or failed are tested again to ensure that they are fixed.
6. Test Cycle Closure
This is the final phase of the software testing life cycle. In this phase, the meeting of the software testers is carried out to evaluate the test coverage based on the requirements of the software, test cases, cost, time, quality assurance.
Analysis of test cases and the bug report is carried out to find defect distribution by the type. Once the test cycle is completed test cycle closure report is prepared. Finally, the test leader prepares test cycle closure.
The standard format of the test cycle closure is as follows
• Test summary report
• Identifier
• Test summary
• Variances
• Comprehensiveness assessment
• Summary of results
• Evaluation
• Summary of activities
• Approval
Conclusion
In this article, we have seen phases of the software testing life cycle. I hope you’ll find this article helpful.
Recommended Articles
This is a guide to Software Testing Life Cycle. Here we discuss the basic concept with different phases of the software testing life cycle. You can also go through our other suggested articles to learn more –
- Performance Testing Tools
- State Transition Testing
- Functional Testing Tools
- What is Usability Testing?
11 Online Courses | 2 Hands-on Projects | 65+ Hours | Verifiable Certificate of Completion
4.5
View Course
Related Courses