Answer Posted / 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 |
Post New Answer View All Answers
What are metrics and matrix?
Have you faced any problems with object repository?
How to test fly out menu in qtp?
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
Explain qtp(quick test professional)?
Why script error occur in between recording in qtp?
Key word driven framework
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
How to analyzing the checpoint results?
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
How to give a call to another action from one action?
How do you synchronization point through DP?
How to execute a winrunner script in quicktest professional (qtp)?
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?
How to use setroproperty?