How QTP recognizes Objects in AUT?
Answers were Sorted based on User's Feedback
Answer / narendra
QTP recornizes objects of an application using the defined
properties(Mandatory/assistive/ordinal) in Object
Identification option. To customize the property
identification in QTP goto Tools->Object
Identification->Select an
environement(Web,ActiveX,StandardWindows,VB)and add/remove
properties so that the QTP use those properties to recognize
the objects during recording and stores in OR
Is This Answer Correct ? | 8 Yes | 0 No |
Answer / ravichandranath
through object repository qtp can recognize the object in
AUt
bye
ravichandranath
Is This Answer Correct ? | 7 Yes | 4 No |
Answer / mailman
I've been looking for a while and couldn't find a clear
resource...AUT is "application under test" I'm assuming?
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / raghavender
QTP recognises the objects by using object's physical name
and Logical property given to that while adding the objects
to the object repository.
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / vijay
QTP recognise the objects with it's unique class and
properties and object repository consists of description
about the object.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sridhar
QuickTest stores the definitions for application objects in
a file called the Object Repository. As you record your
test, QuickTest will add an entry for each item you
interact with. Each Object Repository entry will be
identified by a logical name (determined automatically by
QuickTest), and will contain a set of properties (type,
name, etc) that uniquely identify each object. Each line in
the QuickTest script will contain a reference to the object
that you interacted with, a call to the appropriate method
(set, click, check) and any parameters for that method
(such as the value for a call to the set method). The
references to objects in the script will all be identified
by the logical name, rather than any physical, descriptive
properties.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / shreya
quicktest stores the definitions for the application in a
file called the Object repository.As you recoed your script
or test,quick test will add an entry for each time you
interact with.Each object repository will be identified by
a logical name(determined automatically by quick test).
Is This Answer Correct ? | 0 Yes | 5 No |
Tell me Three major differences between QTP & Winrunner?
For an application we automated QTP scripts. At the same time new requirement comes for a new module for the same application and its already developed. So how we automated now this new module with the old application(using old QTP script).
hi can any body give me a script for creating a modularity or keyword driven framework..i am working as a qtp tester for 2 months but still i am not exposed to framework in my company
Why divide a test into three action calls?
I am Facing Issues with learing datepicker 1)when i first learn datepicker as current system date . 2)if i wanna runtime datepicker value it gives error
how to click on object? (with out knowing the object details) for ex: in a webpage one link is available.i want to click that link by using one menthod through qtp?
does automation replace manual testing?
How do you learn the object in QTP?
How do you data drive an external spreadsheet?
Suppose I have three hyperlinks with same properties. How to solve this and what are the ways to solve this. we can solve this by using index property but what are the other ways we have have to solve this problem. Login (href: btnlogin.aspx) Login (href: Sourcelogin.aspx) Login (href: homelogin.aspx)
Hi, Can any one explain what is mean by Driver Script? is it AOM?
When it be decided to go for either Per - Action or Shared?