Certified Software Testing Professional Learning Resources A Sample testing cycle

Learning Resources
 

A Sample testing cycle


Sample testing cycle:The sample below is common among organizations employing the Waterfall development model.

1.Requirements analysis
2.Test planning
3.Test development
4.Test execution  
5.Test reporting
6.Test result analysis
7.Defect Retesting
8.Regression testing
9.Test Closure


Although testing varies between organizations, there is a cycle to testing:

  • Requirements Analysis: Testing should begin in the requirements phase of the software life cycle(SDLC).
  • Design Analysis: During the design phase, testers work with developers in determining what aspects of a design are testable and under what parameter those tests work.
  • Test Planning: Test Strategy, Test Plan(s), Test Bed creation.
  • Test Development: 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.
  • Test 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.
  • Retesting the Defects

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 inappropriate to be called a defect.


Although testing varies between organizations, there is a cycle to testing:

1.Requirements Analysis: 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 under what parameter those tests work.
2.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.
3.Test Development: Test Procedures, Test Scenarios, Test Cases, Test Scripts to use in testing software.
4.Test Execution: Testers execute the software based on the plans and tests and report any errors found to the development team.
5.Test 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.
6.Retesting the Defects

 For Support