When should u feel that u can stop testing now?
The following are few of the common Test Stop criteria:
Answer Posted / 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 |
Post New Answer View All Answers
Explain types of descriptive programming?
What is different command used in command Prompt while using QTP?
Explain calling sub procedure.
Explain about Test Fusion Report of QTP?
can any boby tell me what is method or steps to connect the remote desk top by using QTP 9.2 version?
I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }
How you will rate urself in QTP in the range of 0 to 5
What is output value? How many types of output values are there in qtp?
Explain different type of event trigger option.
how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel
How to explain a banking project in interview as a test engineer???
Plz Explain How to access Or Store Script from VSS? Explain Real time work (qtp) where you store folders and next to how to you access that folders and how you maintain folders in VSS ? What are the Menu's in VSS? Suppose in Manual, by using Checkin Checkout u can access documents. how you access in QTp REal time?
What are the advantages of a Hybrid framework?
Have you used xml check point in your project? How?
I would like to directly import XL file and work on that XL file directly in QTp script in that XL sheet need to allocate workbench,XL sheet and generate two bar graphs automatically how to do that? plz let me know any answers?