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 |
For a functionality we have 20 test cases, among 20 testcases 15 of them are Passed and 5 Failed. How will you report to your Manager ? Does the functionality passed or failed or partial passed/failed ??
How do we find Effectiveness of Test Cases ?
How can you test the security of a web site (from hacking), both manually and by using a tool. If by a tool then which one and how?
Test Conditions are derived from : Test Conditions are derived from : a) Specifications b) Test Cases c) Test Data d) Test Desig
What is difference between Regression and Restesting?
equivalence class partitioning techniques used in system testing or not
Can any one explain in detail about HLDD(High level design document) and LLDD(Low level design document). general at point of time can testers use this. wht does this doc contain.
Can anyone please give me the idea how does Requirement Tracebility Matrix, looks like ? or mail me at: ontesting@gmail.com
Unit Testing can be done by using Nunit?
what are the types of testing
If you are the Test Team Leader and one of the Team Member is not supporting and not working according to your expectations what would you do? how will u handle him?
what is the Testing Process in your organization