Software Testing Life Cycle

Requirement StudySoftware Testing Life Cycle commences with study of requirement document followed by preparation of test plan, test design, test execution and detect identification and reporting. Phases of Software Testing Life Cycle are s as follows :
* Test Planning
* Test Design
* Test Execution
* Defect Identification and Reporting
* Test Reports and Acceptance

Requirement Study: Testing should begin in the requirements phase of the software development life cycle. During the design phase, testers work with developers in determining what aspects of a design are testable and with what parameters those tests work.
Test Planning: Test Strategy, Test Plan(s), Test Bed creation. A lot of activities will be carried out during testing, so that a plan is needed.

Test Design : Test Procedures, Test Scenarios, Test Cases, Test Scripts to use in testing software.

Test Execution: Testers execute the software based on the plans and tests and report any errors found to the development team.

Defect identification and reporting : Once testing is completed, testers generate metrics and make final reports on their test effort and whether or not the software tested is ready for release.

Test reports and Acceptance

Not all errors or defects reported must be fixed by a software development team. Some may be caused by errors in configuring the test software to match the development or production environment. Some defects can be handled by a workaround in the production environment. Others might be deferred to future releases of the software, or the deficiency might be accepted by the business user. There are yet other defects that may be rejected by the development team (of course, with due reason) if they deem it.

Comments

Popular posts from this blog

What is Quality Control?

What is Quality Assurance.

Severity and Priority of Bugs