What is Object Spy in QTP?
Answers were Sorted based on User's Feedback
Answer / ravichandranath
we want to know the object properties & methods then we
will use object spy
| Is This Answer Correct ? | 31 Yes | 2 No |
Answer / bgreddy
Object spy is used to know physical properties and trhe
methods containing to an object.
| Is This Answer Correct ? | 23 Yes | 4 No |
Answer / umasankar
The Object Spy enables you to view both the run-time object
methods and the test object methods associated with an
object and to view the syntax for a selected method. You
use the Object Spy pointer to point to an object. The
Object Spy displays the object hierarchy tree and the run-
time object methods or test object methods associated with
the selected object in the Methods tab of the Object Spy
dialog box.
| Is This Answer Correct ? | 17 Yes | 3 No |
Answer / kishore
by using the object spy we can view the properties and
methods of the object
| Is This Answer Correct ? | 12 Yes | 2 No |
Answer / yezdani
object spy is used to view the properties of the
objects.this object spy is used while writing descriptive
programming
| Is This Answer Correct ? | 9 Yes | 4 No |
Answer / ram mohan reddy
Object Spy is a future provided by QTP,Which displays the total objects information like list of properties,list of methods,syntax of methods as well as description of the methods of both Runtime objects and Test objects.
| Is This Answer Correct ? | 6 Yes | 4 No |
Answer / zia ur rehman
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 ? | 1 Yes | 0 No |
Answer / praveena
if u want to see the objects like
dialog,edit,static,activex........ then we will use the
object spy in qtp
just like gui spy in win runner
if it is wrong plz tell the correct........
thank you
| Is This Answer Correct ? | 4 Yes | 5 No |
What is runtime objects and test objects? What is the difference between them?
If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?
How can we test existence of a particular word in scentence using QTP tool. Thanks in Advance!!!!!
how to merge object repositories?
Pls can anyone give me the entire code for the Keyword driven framework with respect to he Flight Reservation Window in detail with explanation. Pls explain in detail stepwise. Thanks a lot. Pls very urgent?.
For which type of project the iterative model is suitable?
What are the different types of recording modes in qtp? Which will be used when?
Can we write winrunner language i.e TSL in QTP tool?
Have you used xml check point in your project? How?
Hi, How to give drop down values as input [Variable] from data table in QTP? If u know share with me.
What is the syntax for how to call one script from another?
Can anyone explain me about child objects in detail;when they are used and why do we need them ? please give me sample code for this if possible.