What is the testing lifecycle and explain each of its phases
(eswar)
Answers were Sorted based on User's Feedback
Software Testing Life Cycle
1) Test Planning & Control
Determine the objective & scope of project, obtain all
requirements, cost estimations, time estimations, prepare
test plan. Review test plan freeze test plan.
2) Analysis & Design
Analyze requirements, review requirements, identify
test conditions. Start designing test case one by one. Start
preparing test data. Review test cases, freeze test cases.
Once you finished writing down test cases. Prepare a RTM to
assure than each requirement is covered by at least one test
case. Also you can identify test cases that can go for
regression testing.
3) Implementation & Execution
Implementation refers to checking where test environment
is properly in place. Test Data is prepared and free to use.
Follow test procedures written in test cases start executing
test cases. Compare actual results with expected from
requirements document. Log if any deviation found. This
phase can occur for more than once after all the bugs you
rased are fixed.
Reporting & Test Closure activities.
Prepare test summery reports that will give the best
assessment of quality to the stake holders. Reports like
Defect Density, Defect Severity wise, Defect priority wise,
Defect status wise. And forward all reports to stake holders.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / madhusudan
Software testing life cycle is testing process.
1.requirements specification
2.Planning
3.Testcase design
4.Testcase Execution
5.Defect reporting
6.Testcase execution (for regresssion&retesting)
7.Maintanance.
| Is This Answer Correct ? | 0 Yes | 1 No |
What types of software testing are available?
Is there any diff. between Bug,Defect,Error?
7. What types of Web accessibility information do you look for on the Internet?
can u pls explain me what is boundary value analasys and equivalent partitioning
what is the difference between metrics and matrixes .. if possible please give some examples..
What is difference between Bug resolution meeting & Bug Review Committee? Who are participants?
As the software development process progresses, proper setup and maintenance of test traceability requires that the test process starts when?
pls explain perfomence testing and strees testing load testing
what is independent question and what is retriewing and what is problem of severity.
Sentence "Working from onsite is effective" is growing in IT field. How do we bring that knowledge to offshore and do an effective job in Offshore?
What are the activities involved by the Test engineer (having 2+ yrs of exp).
1 Answers Covansys, SLK Software,
1 )if you have 1000 test cases ,you find out one defect in second build that time which testing you are using Regression Testing or Retesting ? explain with detail as well as you want to execute all the test cases?