Answer Posted / prashanth
Object Identification: Sometimes the recorded properties of
an object are not sufficient to identify the objects during
run time, in such case we add some more properties to the
list if recorded properties with respect to its class name
of the object
Object Spy: It is usd to view the methods & properties of
an object
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
How to Test the mainframe application?
Can you write a script to check if the folder exists or not?
How would you directly trigger javascript in a test?
What is the process of synchronizing qtp and aut?
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
Have you faced any problems with object repository?
What is a recovery scenario?
What is a Patch in QTP?
How to find array size in qtp?
how to download mercury qtp9.2 ny internet ?
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 create a standard checkpoint ?
What are benefits of qtp?
How to modify object property in qtp ?
What is an object repository?