When do u stop testing?
Answers were Sorted based on User's Feedback
Answer / ruhi
This can be difficult to determine. Many modern software
applications are so complex, and run in such an
interdependent environment, that complete testing can never
be done. Common factors in deciding when to stop are:
1. Deadlines (release deadlines, testing deadlines, etc.)
2. Test cases completed with certain percentage passed
3. Test budget depleted
4. Coverage of code/functionality/requirements reaches a
specified point
5. Bug rate falls below a certain level
6. Beta or alpha testing period ends
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / jim
Soem factors in deciding when to stop are:
1. Deadlines (release deadlines, testing deadlines, etc.)
2. Test cases completed with certain percentage passed
3. Test budget depleted
4. Coverage of code/functionality/requirements reaches a
specified point
5. Bug rate falls below a certain level
6. Beta or alpha testing period ends
Also, the risk invovled in the project is below some
desired level.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / monica chaudhary
It is dificult to say,when to stop testing.But,yes testing
can be stopped when
1.All the scripts identified in Progression testing are
executed and all the bugs are fixed.
2. All the scripts identified in regression testing are
executed and bugs resolved.
3.Tester is done with adhoc testing and any bugs found are
fixed.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / rajeshwar rao
It is a very difficult to determine. when to stop
testing .because it depends upon the some of the aspects.to
follow.
deadline to rely the project;
still Alfa and beta testing gets over.
testcase execution ratio is coverage funcnality.
still bug rate falls down below the criteria
When the test manager is confident when the application
will perform as expected in the production environment
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / prince
when all the risk which are mentioned in Plan is being
tested.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the outcome of integration testing?
What is traceability matrix? What is recovery scenario? How to pass values into a datatable?
wat is build verification testing
what is the difference between error,bug and defect?
What is a test condition ?
He has given table attributes- empid,empfirstname,emplastname,MangerID.And he asked write query to display empfirstname and mangername?
how can u do regression testing tell me procedure?
What is the testing lifecycle and explain each of its phases?
Please give an example of White box Testing?
What is ecp (equivalence class partition)?
What are the types of testing that apply in web applications and not in client/server application (Ex. Broken links i.e there in web, not there in client/server) and also the vice versa
What is the purpose of test plan in your project?