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 |
What is Parameterizing Tests?
There are two tabs in the application suppose, A and B.On clicking the tab "A" one table grid will open. if u click on tab "B" Another table gride will open. Now can I do some operations on both table grids with a single table grid properties in the object repository? I have added all objects of the first table grid into the object repository Now iam checking enable/disable status of "save button" in the second table grid my code is like this val=javawindow("zseries").javabutton("save").getroproperty ("enabled") when I highlighting the save button in the object repository by keeping open the second tablegrid on the application.It is displaying the popup message"The selected object can not be found in the application" can I use properties of one table grid for both tabs if so how it is possible. Can anyone help me
I Selected for TCS-Chennai(Contract to hire) position plz suggest me whether i have to join or not
Explain about the Test Fusion Report of QTP ?
How will u test content of an web application with out using chechpoints in QTP 9.2?
In your QTP framework, what checkpoints were applied in the script to minimize script failure due to any reason during execution?
Our company is having a windows client server application developed in vb.net. so there is a treeview and i am not in a position to record the click events in QTP. so kindly help. Vivek
How does u create new test sets in TD?
what r the main benefits of automation?
Using Regular expression in Date format DD/MM/YYYY (0[1-9]|[12][0-9]|3[01])/(0[1-9]|1[12])/([0-9]{4}) in this regular expression year 0000 also accepted.I need atleast any one single digit must be nonzero value (like 0009,1000,0034)
Can u tell me example for virtual objects?
Kindly help me with the following queries.. -- How to recognize webtable using QTP and how to use it? -- How would one conclude that it is a web table -- For Example, if there is a web table and I am clicking on say Cell A1, how would i know that i've clicked on cell A1 -- Kindly suggest me to use the web table better