By default Action1 runs first in QTP. Is it possible to
start the run with Action2?
Answer Posted / srinivas
No, it is not possibale to run the Action2, always QTP runs
first from action 1 only.
| Is This Answer Correct ? | 1 Yes | 12 No |
Post New Answer View All Answers
What is data driver in qtp?
What is quicktest professional (qtp)?
How many types of actions are there in quicktest professional (qtp)?
after click on compose mail how can we attached a file in qtp with vbscript code
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?.
How many ways is to parameterize the value?
why should we give deliver good quality software?
What is an object repository?
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 many add-ins comes by default with quicktest professional?
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
Can you write a script to check if the folder exists or not?
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
before launching qtp, we need to close all the open browsers u dont know what are all the browsers either it might be ie,mozilla etc and u dont know how many brosers are open.... u need to close all these before launching qtp.. can anyone plz temme d solution...
What are the different ways to invoke an application using QTP?