What is Object Spy?
Answers were Sorted based on User's Feedback
Answer / sreeprasad
we can view the object properties of an open
application ,test object 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 ? | 2 Yes | 1 No |
Answer / ratheesh
Object spy is used to idenfify the properties of the object
in the application.
When we are going to the decriptive programming,object spy
is very useful
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / alliance info
tools>object spy .....
if u select the object or property by using object spy it
displays total information about that
2 diff objects - run time object & test object
but they are in disable
it there is any wrong plz tell me............
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sridhar tcs
Object spy is a component it retrieves the object
properties and methods while runnning
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / jyoshitha
Object Spy is a hand feature provided by qtp.It shows the
complete objects information like list of properties ,list
of methods,description of methods,syntax of methods then &
there on
the spot for both test obj and runtime obj
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / mahaboob
Object spy is a qtp tool feature,it is used for to identify
the object property values and it is available on qtp main
window and it us very useful in the desriptive programming.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / bhanu
Where we can find the object properties and values without adding the object to object repository
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain abt the File System Object in QTP with ex
can i compare two databases using QTP ?
How do you configure QTP AND Test director?
how to run the script If QTP tool not identify object in web page
what is stepin & stepout?
In 1st screen,if v enter a/c no. in one field, the information of the subscriber will be displayed. The details should be displayed only in screen 3(NOTE:details should not display in screen 2).How can v do using QTP.
How to retrieve the object properties at runtime without the usage of GetROProperty?
How can we test existence of a particular word in scentence using QTP tool. Thanks in Advance!!!!!
Explain the concept of how quicktest professional (qtp) identifies object?
how qtp will recognise if application is run on many browsers
how do u plan test automation?
I m trying to automate one vb desktop application in that there is vblist vbcombobox many other vb tools are there ,when i m trying to find some unique property to identify the object (take example of vbcombobox ) I cannot find any unique property, all the combobox belong to same nativeclass same name no ids are available ,only the distinct property is there x and y coordinates so i m using some code like this "vbbutton "nativeclass:=ThunderRT6CommandButton","x:=304","y :=443").exist(2)" but i dont find them reliable .Can anyone suggest me some other way to identify those objects with some unique property or is there any way to register our own property .I m using descriptive programming to write the code .Thanks in advance