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 |
Is it possible for QTP to capture the objects in word document.If so please give me the code.Thank you.
What is the descriptive programming?
what is defination of system testing?
3 Answers CodeArrow, Infosys, Omax,
What are the different types of functions available in qtp and explain ?
1)What is the Difference Between WaitTo & Sync?
when we apply the daily build each and every day,the property may change in the application.so that the created script is not reusable in winrunner and qtp.for ex for date field it is taken dtpicker.at another time it is taken some other name.how can i solve it.
Define object spy ?
write the vb script for call to new action in qtp?
How to create Reusable and Multiple Actions?
what is flag=0 in qtp tool.. i am strugglin to use flag function , exactly when it is used , any real time expert pls explain clearly?
What is a runtime datatable ?
What are the Test design techniques you uses in ur project?