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 |
write a test script in QTP to test the text that written in an image(i.e jpg)of a web page???
How to supress warnings from the "Test results page"?
how do check the links in a webpage ?
What is object state in trigger events,in recovery scenario.write a script to handle this.
What is Parameterizing Tests?
Inserting a Call to Action is not Importing all columns in Datatable of globalsheet. Why?
I have a library function , with that function 100 scripts are being called. The library function is changed(something is added) . how do i update all the scripts.
What are SetToProperty, SetRoProperty, GetToProperty scripting?
what is descriptive programming?
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
what is descriptiveprograming? how to do object identification thrugh Descriptive and is possible smart identification or not
How to open an application through scripting?