How QTP recognizes Objects in AUT?



How QTP recognizes Objects in AUT? ..

Answer / b.ramyasri

Hai...

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.

K,byeee...
Thanks & Regards
B.Ramyasri

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More QTP Interview Questions

what is the hierachy of Descreptive programming?

3 Answers   Fiserv,


what is the object properties settings in the QTP

5 Answers   DigiTech,


What is the difference between Keyword Driven test and Data Driven test?

0 Answers  


What is the difference between byref and byval in qtp?

0 Answers  


Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?

0 Answers  






what is the exact testing process in qtp plz explin ?

2 Answers  


What is accessibility check point?

0 Answers  


what is the defference between calling ation and called action?

1 Answers  


Please explain me frameworks & how to generate the scripts in framework

0 Answers   ADP,


How to add multiple values in rows, under a single column of a run time datatable?

3 Answers   NIIT,


what is the extension for QTP files?

11 Answers   AppLabs,


can u please explain what is the exact difference between qtp8.2 and 9.0

0 Answers  


Categories