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 |
Could you please suggest a book to start with QTP and also a book for advanced concepts?
How to handle the exceptions using recovery scenario manager in QTP?
What is load testing?
one page contain next button.when we enter that its not going to next page.what type of error that one.
Hybrid framework supports Descriptive programming. Is it true?
What is Parameterizing Tests?
what is the diffrence between script and Language ? (Chandana)
hi i have one isuue on selecting webcheckbox .there are 15 wecheckboxex i want to select every time 9 th one how can i select plese help me regards balaji
What is descriptive Programming in qtp.
What is Maximum synchronization time out in QTP(By Default is 20sec). Anybody can answer it. Thanks in advance.
Hi Friends, I have an application that is having some options to choose. While doing business transaction I need to select one option among from available options. But here the thing is, we won't get one option which we've chosen already and the available options will get automatically from the system with time basis, moreover each and every option having with various label names respective to that option. So obviously if I run my recorded script will automatically gets fail, even though it got pass at first time. Could anyone please give me appropriate solution for this. I would be greatly obliged with you if you give the solution as soon as possible.
What are the ordinal identifiers in web page?