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 |
hi i am new to qtp i need to run all files by a batch what is the procedure and what are following actions to be take?
7. Given scenario is like this: One Web table is there and you have to search and retrieve a cell data which is equal to the given number say:123. Assume you have given with the column name/id of the table where the number may exist. So now you have to go to the given column and search for the number 123 and retrieve it along with the row number of it.
what is the difference between Reusable action and external action?
How can you delete the results file (XML)
Plz explain about Virtual object? What is the situation u r using , explain with example?
How you can delete excel file in qtp?
How to handle the errors without using recovery scenery?
Scripts for Ascending order in qtp.
I am executing a batchfile.In one script on one Button i have inserted a checkpoint.It is in a loop,my checkpoint is going to fail sometimes.That failed results only I have to log in a file.How it's possible...pls give the solution for this?
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
i don't have any experience in qtp? Can u please tell me What work i have to do?
There is a table with 4 columns and 10 rows, how to write the script to display the first column records using qtp? can anybody help me with script?