Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How QTP recognizes Objects in AUT?

Answers were Sorted based on User's Feedback



How QTP recognizes Objects in AUT?..

Answer / qa

QTP Recognise Object by its Properties and Class.

Is This Answer Correct ?    14 Yes 1 No

How QTP recognizes Objects in AUT?..

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

How QTP recognizes Objects in AUT?..

Answer / ravichandranath

through object repository qtp can recognize the object in
AUt
bye
ravichandranath

Is This Answer Correct ?    7 Yes 4 No

How QTP recognizes Objects in AUT?..

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

How QTP recognizes Objects in AUT?..

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

How QTP recognizes Objects in AUT?..

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

How QTP recognizes Objects in AUT?..

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

How QTP recognizes Objects in AUT?..

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

Post New Answer

More QTP Interview Questions

Where to use function or action?

0 Answers  


what is Compile Module in QTP? what exactly it contains Functions or Actions?

2 Answers   GE,


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

0 Answers  


what are recovery management techiniques?

2 Answers   BirlaSoft, GL Noble Denton,


WHAT AREV THE STEPS BETWEEN TEST cASE AND Script generation?

2 Answers  


What are objects? how do you select the unknow object?

3 Answers  


Is it possible to use two instances of UFT on the same machine? If not why?

0 Answers  


Can we use index on view?

0 Answers   Wipro,


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..

2 Answers  


Syntax for how to call one script from another? and Syntax to call one "Action" in another?

3 Answers  


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 Answers   FIS,


1. how can you handle exceptions without using recovery scenario?

5 Answers   TCS,


Categories