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 |
what is the Vbscript to connect Database
What is test automation framework?which framework does QTP follow?Need some practical explanation as to how u will start ur testing process following a particular framework?
What is the difference between a Function and Action in QTP?
how to write this script using descriptive programming? the script below is the script generated by QTP plz write the script using descriptive programming? plzzzzzzzz do answer thanku Browser("Welcome: Mercury Tours").Page("orkut - login").WebEdit("Email").Set "test123" Browser("Welcome: Mercury Tours").Page("orkut - login").WebEdit ("Passwd").SetSecure "475259b450e3d212bef4a5f5ce9d32ebcbf4" Browser("Welcome: Mercury Tours").Page("orkut - login").WebButton("Sign in").Click Browser("Welcome: Mercury Tours").Page("orkut - home").Link ("Logout").Click Browser("Welcome: Mercury Tours").Page("orkut - login").Sync Browser("Welcome: Mercury Tours").Close
How Exactly we can find out the INDEX No. of any object of an application when we test that application in QTP? Explain this by giving me the example of all LINKS of G-Mail (including home page, User-account page and all possible pages you ever seen in G Mail)?????? and if your answer is that as per appearance of objects(LINKS) in application we can find out the index number in application then tell me how you find out which object(LINK) having INDEX No. 1,2,3 and so on and how you say which object(LINK) is appeared first and which is last?
what is Unicode Compatibility ? HOw does this makes a diffrence from Winrunner.?
Explain the Keyword View ?
How to add object to object repository in qtp9.0 Suppose for brower yahoo home page
How many lines of code in each script of QTP?
How to run scripts 1,29,3,5,7,2 scripts using test batch runner in QTP.... Ie...I wanted to run scripts not in an order 1,2,3,4,5...like that How it is possible using test batch runner... I dont want hardcoded script
Why VB scripts are used in QTP and TSL in Winrunner, is there any advantage of using VB Scripts
How to identify the child window. In my case while recording, When i open new window and give checkpoint for some control and when i run that script QTP give error like" can not identify the object" Is there any method or solution to handle child window issue Note: In my apllication i have to check child window of child window also ( multiple windows open )