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 |
plz can any one send me what is Automation Testing Frameworks.. Thanks in advance
Hi! My OTP script has several bitmap checkpoints included which I check in the test results xml file. The test is for SAP 4.7. I need to save these bitmaps to files or at least export them to the html file using the export function in the test results viewer. Could you please help me with this problem? Thank you in advance! Best regards, Peter
what is the syntax or command in vbscript to display user message example i want to display "welcome to QTP".
How to export quicktest professional results to an .xls file?
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
What are the Features & Benefits of Quick Test Pro (QTP 8.0)?
How will you load few objects in Active Screen?
What is repository parameters in QTP?how will we define that????what is unmapped & mapped repository parameters????????
Why you have to add the specific add in in QTP? My answer is to recognize the specific objects we have to add the add-in in QTP...but he asked again after adding addin how qtp recognize the objects successfully? what is there in the add-in ?
how to display message with out using msgbox function?
how to prepared for first for the first interview?
Using Regular expression method some particular value is not present in given value. HOow do use regular expression? Forexample password all number,character ,special character are accepted but (_',)underscore,comma are not used. How do write regular expression.