When should u feel that u can stop testing now?
The following are few of the common Test Stop criteria:
Answers were Sorted based on User's Feedback
Answer / sreeprasad
- All the high priority bugs are fixed.
- The rate at which bugs are found is too small.
- The testing budget is exhausted.
- The project duration is completed.
- The risk in the project is under acceptable limit.
Practically, the decision of stopping testing is based on
the level of the risk acceptable to the management. As
testing is a never ending process, we can never assume that
100 % testing has been done, we can only minimize the risk
of shipping the product to client with testing done.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / priya
Testing can be stopped when
The bug rate is comparatively less to the acceptable limits.
All de test cases for tat particular functionality is passed.
Client urgency
Testing budget insufficient.
Lack of time for the testing process.
| Is This Answer Correct ? | 0 Yes | 0 No |
suppose i can done the project in automation tool with QTP in that time what i can say?
what kind of erros can be handled with the using QTP?
How to capture the text from the application using QTP?
IN A WEB PAGE THERE IS TWO WEB BUTTON WITH SAME OBJECT PROPERTY AND VALUE, SO HOW I WILL IDENTIFIE OBJECTS INDIVISUALY.
In the QTP the snap shots obtained during the recording time will appear in the active screen, if we have to use the snapshots from where we have to access. in which memory location of QTP they will be stored?
how to compare two bitmaps( 1. clients requirement & 2. Designed by dev) in qtp 8.2 wann clear steps
Among the 4 capture levels, Complete, Partial, Minimal, None. which one is mostly used?
How to handle dynamic objects in QTP?
What is the extension of script and object repositary files?
i am new to qtp i do not know how to write script how to write the code to login if it fails how to able error messages
How to take screen shot of desktop by using vb script code or is there any method?
Hello everyone! I am just writing a small test for a windows application. I have a problem with a text output value. The value i am trying to catch is presented in a scrollable textbox. When the text is too long, only a portion of it gets captured. Do you have any experience with this?