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

What is time parameter?

1 Answers  


how can i use text check point in descriptive programming. or else is there any way to compare the text in the application and the text in data table.

2 Answers  


in qtp how we work with out put values and what is the process?

4 Answers  


What are the option you can use to synchronize your test?

2 Answers  


how do close the task manager through QTP?

2 Answers  


Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?

0 Answers  


Please mail me the license key of QTP 9.5 t v.sadangi@gmail.com ????? thx

0 Answers  


How many types of parameters are there?

0 Answers  


How to open any application during Scripting?

3 Answers   Crea,


. My application is updating the user information in the application. Every time it is Adding on record in my application and Validating the information like “Record has added successfully”. Which Check point I have to put in this situation? Why?

5 Answers   Polaris,


Difference between object identification and smart identification

2 Answers   Wipro,


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

3 Answers  


Categories