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

i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api

0 Answers  


What are some test assets and related extensions of qtp?

0 Answers  


Whenever we use GETROPROPERTY function.

7 Answers   NIIT,


your doing one project testing then how u know itis wheather web based application or windows based application?

2 Answers  


what is the command (keyboard command) to swith from expert view to key word view

3 Answers  


What is Reusable component is QTP...Anybody can answer it..Thanks in advance...

8 Answers   Siemens,


QTP -object reposistory spy tool is not able to spy the pop up message appearing in the application, so how is that i can handle such run time pop ups in QTP by code???

2 Answers   CGI,


Explain the concept of how quicktest professional (qtp) identifies object?

0 Answers  


why should we give deliver good quality software?

0 Answers  


Where the text version of script file located in file system?

1 Answers  


Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance

0 Answers  


Is there anyway to have QTP go into a website and map out every object before I actually record any tests? I basically want to map out a website with all the objects and build a complete repository. The reason is because I'm running into issues with hierarcical objects. for example: Browser("ABC company- Home").Page("ABC company - Home").Link ("About Us").Click Browser("ABC company - Page 2").Page("ABC company - Page 2").Link("About Us").Click Both these links ("objects" and I use that term loosely as I'm trained mostly in OO programming) go to the same place but but the object heirarchies (pages) are different. I want a repository that will find any possible link on any possible page without having to manually record it. Is there a way to do this?

1 Answers  


Categories