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 syncurnisation point? what is the use of this in real time environment? plz explain?
Hi Friends, I worked with 8.2 not with 9.2. Please help me in this prob. I created one script and recorded some think and save as Test 1 then I opened process--open the object repository manager. Switch to file->save->give some name->save as Objectrepo1.tsr file. (This is the global repository file.) Then I went to object repository->tools-> associate repository ->click + icon ->open the previously saved Objectrepo1.tsr file. This is the global repository Now I created one more script and save as Test 2. In this script I am calling script with the Help of "Call of existing action" and I executed but QTP is not able to execute B’cos it is QTP is not able to read the Object Repository of Test 1. Please let me know why? Once I made Script 1 as a shared Obj. Repository so it would not give any Problem. Right?
Can we create user defined functions in qtp?
What are the main features we have to compulsory test by using qtp in an web based application
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
1. In build1 there is a page with two check boxes and a submit button. You have prepared a script for that page and its working fine. In Build 2 the developers have added two checkboxes in the page. Will the script prepared for Build 1 work for Build 2 or not. If yes, why and if No, why. Remember the developers have not touched the object properties of the textboxes in the page.
What is smart identification in QTP?
I am just a beginner in QTP. Could any one explain me in detail how to automate adding two numbers and getting the result in QTP. Also I would like to parameterize the inputs. I have tried but getting an error like 'Can't use sub.....'(can't recollect the exact error)
1.what is the extension of action template? 2.what are the strengths and weaknesses of Keyword driven framework? 3.how qtp identify runtime objects?
Where are the snapshots stored?
Pls let me know completely about descriptive programming, where it is used, pls explain with a real time example of its occurence and the program code written in qtp.
How to handle Dynamically changing Objects in QTP?