Hi friends,
In a particular test how many maximum call to new
actions we can call?It reusable or normal actions what ever
it is .
Answer / subbu
hi friends
in a particular test HE CAN create& call max 255 actions,it
is reusable.
| Is This Answer Correct ? | 10 Yes | 1 No |
How do u do batch testing in WR & is it possible to do in QTP, if so explain?
Can u Reduce the size of Object repository? What are the problems u have faced in Qtp tool?
Hello, Can we capture only the labels of the web page in the object repository. If yes, then how. Actually my scenario is: I have to capture all the label of mercury site http://newtours.mercuryinteractive.com/tour/mercurypurchase. php. and want to copy all these labels in the notepad. So,please help me how to do this all. Thanks in advance, Gaytri
In a shared Object Repository in QTP if some object is changed how can the other script which is using the same object can be known
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); }
What is the difference between QTP 8.2 and QTP 9.2 ?
Who uses qtp tool?
OPening of notedpad in QTP to write and execute the coding?
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
Hi friends I am new in Qtp. now i am Searching on Qtp give real time inter questions with answers.pls help me
What is a data driven test in qtp?
Hi, one script having 10 Actions,but i want to execute only 3rd action and 7th action? how to execute selected actions? throgh script and through navigation?