Answer Posted / roli mohanty
It creates a description of the object and allow the object
to use multiple time in the srcript
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is clean sweep?
What is Curd testing?
Explain quicktest professional (qtp) testing process?
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly
What is the syntax for how to call one script from another?
How to use transactions in qtp?
There is an excel file of 1 to 100 sheets how you will iterate through it?
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
Output values? i want a practical example
How do know the number of browsers opened?
What are the differences between quicktest professional and winrunner?
How many types of status are there?
What is the use of ordinal identifier in qtp?
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 test object model in quicktest professional (qtp)?