What is Object Spy?
Answers were Sorted based on User's Feedback
Answer / prashant
Using the Object Spy, you can view the properties of any
object in an open application. You use the Object Spy
pointer to point to an object. The Object Spy displays the
selected object?s hierarchy tree and its properties and
values in the Properties tab of the Object Spy dialog box.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / vasavi juvvadi
Object Spy is used to view the Run time and Test Object
properties and methods of application
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / venkatraj.b
by using objectspy we can view the object properties of an
open application,testobject methods and run time object
methods, and also we can view selected object hirarchy tree
properties and values in objectspy dialod box.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / prashanth
Object Spy is used to spy the properties of an object
currently displayed in the application.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / pbarjatiya
Object repository is used to get the information about an
object which QTP comes across in testing. But when an
object is not found by that then it can be manually
selected using object spy to find its property using QTP.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / pratap
How to get data from listbox in qtp, I have 2 columns names
in browser, column one can have Emp names and column two
can have salary ahd each employee can have listbox in column
two,
We want to featch emp name from col one and corsponding list
box value in column 2.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sreekanth k
Using Object spy we can find Object name,object class name,object parent object name,object parent object class name,methods and there information properties.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to capture the text from the application using QTP?
What are the Features & Benefits of Quick Test Pro (QTP)..?
Why do we go for Qtp? What are the advantages of qtp? Diff between winrunner and Qtp?
how will b the questions if we keep one QTP project in CV.please tell me iam attending an interview.
How to retrieve the object properties at runtime without the usage of GetROProperty?
What are SetToProperty, SetRoProperty, GetToProperty scripting?
how we connect 1. qtp9.2 to the quality center9.0? 2. Load runner8.0 to the quality center9.0
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); }
In web page there is five OK buttons available, while recording i click on 3rd OK button, How QTP identify the 3rd OK button while running script? Is qtp identify 3rd ok button?
Is it possible to return multiple values from a function..? Then how..?
What are different types of frame works ?
How does qtp recognize objects in aut?