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
Hello everyone! I am just writing a small test for a windows application. I have a problem with a text output value. The value i am trying to catch is presented in a scrollable textbox. When the text is too long, only a portion of it gets captured. Do you have any experience with this?
Does quicktest professional (qtp) is unicode compatible?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
What is the limitation to XML Checkpoints?
Hi Friends this is kumar i would like to request to all of you ,please help me to explain real time project with using qtp scripts i know basics of qtp but it won't workout on interviews,pls help awating to reply.
What are the views available in qtp?
what is Property......End Property loop? how to write sript for it in QTP
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
What are the technics follow in writing VB script?
Explain the Different types of QTP test assets and their extensions?
how do i know how to use tools
What is the parameterization? Give one example?
i need to add 1000 users in a domain i written the script for that and it is running successfuly but the problem is that my system is not the user of that domain in which i have to add users so for adding users in that domain i have to install qtp on that another system, can anybody suggest me the way to add those users from my system ultimately i want to know how to access remote computer through script
How to use Environment parameterization? Explain with an example.
What is the pros and cons between QTP and Rational Robot