Answer Posted / zahid asim
A program or test tool used to execute test case. It is also
known as Test Driver.
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What are the different kinds of test steps?
why text area checkpoints cannot used for web applications
How will you handle java tree in qtp?
Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)
What is QTP testing process?
any body plz send health care domain project to me with explanation any two modules on that project. mail_id: ranjith_99reddy@yahoo.co.in
How to handle the exceptions using the recovery scenario manager in qtp?
Explain the concept of object repository & how qtp recognizes objects?
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 to use checkpoints in qtp ?
Pls can anyone give me the entire code for the Keyword driven framework with respect to he Flight Reservation Window in detail with explanation. Pls explain in detail stepwise. Thanks a lot. Pls very urgent?.
What is the difference between shared and local object repository?
What is regular expression?
What is the difference between rational rose and QTP?
Explain the qtp test phases.