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?
Answer Posted / guest
Go to Start->Programs->QTP->Tools->Test batch runner->select
batch and open test and then add the tests that you want to
run in your batch test and then click Run or F5.
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How can I import environment from a file on disk?
What is smart identification in QTP?
What is Unicode Compatibility?
How can I change object description or check point values in qtp?
How you know that a test case is a regression test case
how to download mercury qtp9.2 ny internet ?
How to test login module with different username and password by using data driven testing in QTP?
How software tester can use constants and variables in scripts?
What is the script for database check point, bitmapchek point, regular expression ?
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so
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); }
Which features or drawbacks of QTP lead to the upgrade for a newer version?
How do you open adobe acrobat file in QTP and do some testing on that file ?
How may types of defects identify application or your currently working application?pls give me answer..
What are advantages of test automation?