What is the testing lifecycle and explain each of its phases
(eswar)
Answer Posted / rajkumar gholve
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 |
Post New Answer View All Answers
A defect which could have been removed during the initial stage is removed in a later stage. How does this affect cost?
How to test an Scheduled event? For ex: in an investment banking application, the scheduler will create an equity anbd user has nothing to do but tester has to test if the instrument is created properly or not?
how many meeting in realtime environment? what are they?plz explain?
What are the main key components in client and server applications?
What's the difference between system testing and acceptance testing?
What are the factors affecting a manual testing project and what are the ways to overcome it?
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
Plz give me manual testing real test case ?
what we have to read to gain knowledge in banking and financial domain(software testing) for 4+ experience
How is ‘build’ different from ‘release’?
iam having 2+yr sof exp in manual testing, at present working in chennai,want to relocte to hyd .if any openings let me know.my id : vaniramymail.com
What is the purpose of test strategy?
How quickly we need to fix the bug? Or how soon the bug should get fixed?
Write 2 scenarios for Integration testing? Please let me know its urgent.
What are all the netwoking tools, hardware tools and software tools required for testing a web-based n client server applicatopn?