WHat is Object Identification and Object Spy?
Answers were Sorted based on User's Feedback
Answer / lakshminarayana
Object identification:
It is used to identify the objects in the application using
following properties.
1.Madatory properties
2.assistive properties
3.Ordinal identifier
4.Smart identification
Object Spy:
It contains all the properties and methods of the ojects in
the application.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / prashanth
Object Identification: Sometimes the recorded properties of
an object are not sufficient to identify the objects during
run time, in such case we add some more properties to the
list if recorded properties with respect to its class name
of the object
Object Spy: It is usd to view the methods & properties of
an object
| Is This Answer Correct ? | 1 Yes | 4 No |
Is it possible to check the Run time value property of a field through a Database Checkpoint ? Further, is it possible to localize and mention a particular cell , in the database dynamically. My requirement is that I would need to check the status of a particular field , that would change from an "Active" state to a "Stopped" state dynamically.
Can we put more than one action in a single script???? yes or no.....
What are the advantages of Object Repository?
Can I do Game testing with QTP tool
How to make arguments optional in a function?
Output values? i want a practical example
Set DR= CreateObject("Mercury.DeviceReplay")
How to use actions in qtp ?
Why QTP is termed as a Record and Playback tool?
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
in qtp how i can retrive from a browser how many links are there.means total no of links used in a browser
The structure of keyword driven frame work is like a folder structure the different sub folder are 1-functional libray folder 2-object repository folder 3- database folder 4-appliction1.xls 5-initalzation vbs file 6-sequence file 7-driver script 8-test case list file My question is whether these are in a local server machine or in our pc.((whether It like Vss). can u give example of driver script(code)