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 |
what is retesting?
In a webtable, lets say there are 10 records and 1 column. let say "image" is available for 1st,2nd and 3rd records and 4th onwards image is not available. How to recognise for that cell image is available or not?
does automation replace manual testing?
How you create new action in qtp?
What is the differences between image check point and bit map check point?
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
How many function you use in your application?
What is output value? How many types of output values are there in qtp?
How to send the qtp results file by email (Lotus notes).
what are the Tools for version control?
How to create Userdefined Function.Please write the steps ans also provide example where exatcly we use it.
In how many ways we can add check points to an application using QTP.