Answer Posted / lakshminarayana
Object identification:
It is used to identify the objects in the application using
following properties.
1.Madatory properties
2.assistive properties
3.Ordinal identifier
4.Smart identification
Object Spy:
It contains all the properties and methods of the ojects in
the application.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Hi All, I have QTP installed on my machine but the application under test is on remote machine. I need to automate the scenarios which consist of automatically enter the remote machine through IP address ,record the application in remote machine and run it also when played. Can some one tell how to record the application in remote machine.
What are the disadvantages of recording test cases in qtp?
What is the Difference between test object and run time object?
What is test object model in quicktest professional (qtp)?
For which type of project the iterative model is suitable?
Define Canvas view of UFT?
how to write xml output check point bu useing descriptive programing .means without useing output check point
How to find the difference between 2 dates in qtp?
How do you test the text displayed in the header portion of times of india epaper. Hot news(banner) are scrolling in the top of the page, how do you test using QTP?
how to acess a test in RSA?
after click on compose mail how can we attached a file in qtp with vbscript code
Is it possible to change the values of analog recording?
How you can find length of array 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 are the different types of recording modes?