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 |
Where to use function or action?
what is Compile Module in QTP? what exactly it contains Functions or Actions?
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
what are recovery management techiniques?
2 Answers BirlaSoft, GL Noble Denton,
WHAT AREV THE STEPS BETWEEN TEST cASE AND Script generation?
What are objects? how do you select the unknow object?
Is it possible to use two instances of UFT on the same machine? If not why?
Can we use index on view?
How we test the logo or images in the web page using QTP? For example take google page, they change their logo for new year,christmas etc..How we test that? Plz answer this question... Thanks in advance..
Syntax for how to call one script from another? and Syntax to call one "Action" in another?
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" ar = Window("Flight Reservation").WinComboBox("Fly From:").GetContent your actual value is : that shows data in combo box how can u test the both data is correct or not by using split function
1. how can you handle exceptions without using recovery scenario?