EDUCBA

EDUCBA

MENUMENU
  • Free Tutorials
  • Free Courses
  • Certification Courses
  • 600+ Courses All in One Bundle
  • Login
Home Software Development Software Development Tutorials Software Testing Tutorial Software Testing Life Cycle
Secondary Sidebar
Software Testing Tutorial
  • Basics
    • What is Software Testing
    • Careers in Software Testing
    • Defect Life Cycle in Software Testing
    • Bug Life Cycle
    • Levels of Software Testing
    • Software Testing Life Cycle
    • Software Tester Work
    • Software Testing Principles
    • Software Testing Services
    • Testing Methodologies
    • Test Approaches
    • Types of Software Testing
    • What is a Bug in Software Testing
    • Benefits of Automation Testing
    • What is Automation Testing?
    • Types of Automation
    • Typical Journey of a Software Tester
    • Automation Testing Process
    • Mobile Automation Testing
    • Automation Testing Life Cycle
    • Software Quality Assurance
    • Software Quality Assurance
    • What is Test Environment?
    • Verification and Validation Testing
  • Types of Testing
    • Adhoc Testing
    • Types of System Testing
    • Manual Testing Types
    • Unit Testing Types
    • Unit Testing Benefits
    • Agile Testing
    • What is Agile Testing
    • Acceptance Testing
    • Stress Testing Types
    • Alpha and Beta Testing
    • Application Testing
    • Automation Testing
    • Automation Testing Advantages
    • Benchmark Testing
    • Black Box Testing
    • Domain Testing
    • Dynamic Testing
    • Ecommerce Testing
    • Fuzz Testing
    • Gray Box Testing
    • GUI Testing
    • Installation Testing
    • Interface Testing
    • Interoperability Testing
    • Mainframe Testing
    • Manual Testing
    • Mutation Testing
    • Monkey Testing
    • Negative Testing
    • Penetration Testing
    • Penetration testing phases
    • Penetration testing framework
    • Protocol Testing
    • Recovery Testing
    • Regression Testing
    • Mobile Penetration Testing
    • Accessibility Testing
    • Sanity Testing
    • Scalability Testing
    • Security Testing
    • Spike Testing
    • Stability Testing
    • State Transition Testing
    • Static Testing
    • Gatling Load Testing
    • System Integration Testing
    • Structural Testing
    • Locust Load Testing
    • System Testing
    • Control Flow Testing
    • Unit Testing
    • Cypress testing
    • Volume Testing
    • Web Testing Application
    • What is Exploratory Testing
    • What is Stress Testing
    • What is Usability Testing
    • White Box Testing
    • Types of White Box Testing
    • Compatibility Testing?
    • Use Case Testing
    • Beta Testing
    • Integration Testing
    • Non Functional Testing
    • Non Functional Testing Types
    • What is Functional Testing
    • Functional testing types
    • Cookie Testing
    • Alpha Testing
    • Boundary Value Testing
    • Equivalence Class Testing
    • Glass Box Testing
    • SOA Testing
    • Smoke Testing
    • Visual Testing
    • Visual Paradigm
    • Model-Based Testing
  • Testing techniques
    • Software Testing Methodologies
    • Black Box Testing Techniques
    • Static Testing Techniques
    • Test Case Design Techniques
    • What is Static Analysis
  • Testing tools
    • Manual Testing Tools
    • Visual Testing Tools
    • Automation Testing Tools
    • Functional Testing Tools
    • GUI Testing Tools
    • Penetration Testing Tools
    • Performance Testing Tools
    • SOA Testing Tools
    • Accessibility Testing Tools
    • What is QTP
    • Regression Testing Tools
    • Security Testing Tools
    • Test Management Tools
    • Defect Management Tools
    • Code Coverage Tools
    • Test Coverage Tools
    • Defect Tracking Tools
    • Continuous Integration Tools
    • Install Bugzilla
    • Test data generation tool
    • Unit Testing Tools
    • Web Testing Tools
    • Stress Testing Tools
    • Performance Monitoring Tools
    • Mobile Testing Tools
    • Responsive Testing Tool
    • Cross Browser Testing Tools
    • Risk Based Testing
    • Database Testing Tools
    • WinRunner
    • What is Squish?
    • CubicTest
    • What is WinRM?
    • Bugzilla Tool
    • Code review tools
    • Penetration Testing Open Source Tools
  • Advance
    • Cyclomatic Complexity
    • Decision Table Testing
    • Decision Tree Algorithm
    • What is Continuous Integration
    • Mantis Bug Tracker
    • Equivalence Partitioning
    • Gantt Chart Software
    • Acceptance Testing Types
    • Load testing tools
    • Install TestNG
    • Install Unity
    • Defect Management Process
    • Test Plan Template
    • Testing Interview Questions
    • Testing of Mobile application
    • What is Test Automation Frameworks
    • Test Automation Framework
    • Application of Automation
    • Test Automation Process
    • Automation Testing Roles and Responsibilities
    • What is Instruction Cycle?
    • What is Cucumber?
    • 15 Best Popular Bug Reporting Tools
    • What is Automated Testing?
    • Software Maintenance Types
    • Types of Penetration Testing
    • Software Reliability
    • Best Gantt Chart Software
    • Code Coverage
    • Branch Coverage
    • Decision Coverage
    • Statement Coverage
    • What is Test Case
    • Types of Test Case
    • What is Test Scenario
    • Formal Review
    • Alpha Beta Pruning
    • What is Cyclomatic Complexity?
    • Test Coverage
    • How to Write Test Case
    • Testing Documentation
    • Performance Testing Life Cycle
    • Test Harness
    • Test Strategy
    • Software Incident Management
    • What is Debugging
    • What is Defect?
    • Listeners in TestNG
  • Inteview Questions
    • Automation Testing Interview Questions
    • Manual Testing Interview Questions
    • ISTQB Interview Questions
    • Cucumber Interview Questions
    • Software Testing Interview Questions
    • Penetration Testing Interview Questions

Software Testing Life Cycle

By Swati TawdeSwati Tawde

Software Testing Life Cycle

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:

Start Your Free Software Development Course

Web development, programming languages, Software testing & others

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 –

  1. Performance Testing Tools
  2. State Transition Testing
  3. Functional Testing Tools
  4. What is Usability Testing?
Popular Course in this category
Software Testing Training (11 Courses, 2 Projects)
  11 Online Courses |  2 Hands-on Projects |  65+ Hours |  Verifiable Certificate of Completion
4.5
Price

View Course

Related Courses

Penetration Testing Training Program (2 Courses)4.9
TestNG Training (4 Courses, 2 Project)4.8
Primary Sidebar
Footer
About Us
  • Blog
  • Who is EDUCBA?
  • Sign Up
  • Live Classes
  • Corporate Training
  • Certificate from Top Institutions
  • Contact Us
  • Verifiable Certificate
  • Reviews
  • Terms and Conditions
  • Privacy Policy
  •  
Apps
  • iPhone & iPad
  • Android
Resources
  • Free Courses
  • Java Tutorials
  • Python Tutorials
  • All Tutorials
Certification Courses
  • All Courses
  • Software Development Course - All in One Bundle
  • Become a Python Developer
  • Java Course
  • Become a Selenium Automation Tester
  • Become an IoT Developer
  • ASP.NET Course
  • VB.NET Course
  • PHP Course

ISO 10004:2018 & ISO 9001:2015 Certified

© 2023 - EDUCBA. ALL RIGHTS RESERVED. THE CERTIFICATION NAMES ARE THE TRADEMARKS OF THEIR RESPECTIVE OWNERS.

EDUCBA

*Please provide your correct email id. Login details for this Free course will be emailed to you

Let’s Get Started

By signing up, you agree to our Terms of Use and Privacy Policy.

EDUCBA

*Please provide your correct email id. Login details for this Free course will be emailed to you
EDUCBA

*Please provide your correct email id. Login details for this Free course will be emailed to you
EDUCBA Login

Forgot Password?

By signing up, you agree to our Terms of Use and Privacy Policy.

This website or its third-party tools use cookies, which are necessary to its functioning and required to achieve the purposes illustrated in the cookie policy. By closing this banner, scrolling this page, clicking a link or continuing to browse otherwise, you agree to our Privacy Policy

Loading . . .
Quiz
Question:

Answer:

Quiz Result
Total QuestionsCorrect AnswersWrong AnswersPercentage

Explore 1000+ varieties of Mock tests View more