What is the testing lifecycle and explain each of its phases?

Showing Answers 1 - 8 of 8 Answers

JT

  • May 6th, 2005
 

TEST PLAN 
TEST SPEC 
CODE REVIEW 
VALIDATE TEST 
RUN TEST 
FIND DEFECTS 
REPORT DEFECTS

  Was this answer useful?  Yes

REVATHI

  • Jun 6th, 2005
 

TEST PLAN PREPARATION 
TEST CASE DESIGN 
TEST EXECUTION 
TEST LOG PREPARATION 
DEFECT TRACKING 
TEST REPORT PREPARATION

  Was this answer useful?  Yes

In the whole development process, testing consumes highest amount of time. But most of the developers oversee that and testing phase is generally neglected. As a consequence, erroneous software is released. The testing team should be involved right from the requirements stage itself.


The various phases involved in testing, with regard to the software development life cycle are:



1. Requirements stage
2. Test Plan
3. Test Design.
4. Design Reviews
5. Code Reviews
6. Test Cases preparation.
7. Test Execution
8. Test Reports.
9. Bugs Reporting
10. Reworking on patches.
11. Release to production.

  Was this answer useful?  Yes

Geen Davis

  • Dec 1st, 2011
 

Mathan answer is for SDLC not for STLC.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions