Object Repositories types, which & when to use?
Answer Posted / ramyab.mca@gmail.com
Hai....
To choose the default object repository mode and the
appropriate object repository mode for each test, you need
to understand the differences between the two modes. In
general, the object repository per-action mode is easiest
to use when you are creating simple record and run tests,
especially under the following conditions:
- You have only one, or very few, tests that correspond to
a given application, interface, or set of objects.
- You do not expect to frequently modify test object
properties.
- You generally create single-action tests.
Conversely, the shared object repository mode is generally
the preferred mode when:
- You have several tests that test elements of the same
application, interface, or set of objects.
- You expect the object properties in your application to
change from time to time and/or you regularly need to
update or modify test object properties.
- You often work with multi-action tests and regularly use
the Insert Copy of Action and Insert Call to Action options.
K,Byeeee.....
Thanks & Regards
B.Ramyasri
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain different types of action in qtp?
what is vmodel?advantages and disadvantages of vmodel?
i have asked earlier only one question how to test web application using QTp plz send me the answer quickly
Why qtp always start action1 and does not start action?
how to post xml data from QTP scripts to any application?
Is qtp supports uni-code?
What are the different kinds of test steps?
what is the latest version of QTP? Main difference between 9.2 and 10 version
How reliable are the site's Internet connections required to be? And how does that affect backup system or redundant connection requirements and testing?
What is synchronization point in QTP?
How would you export a script from one pc to another in qtp?
Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..
Can we run multiple QTP scripts one after the other without manual intervention? How?
What is the virtual object?
Can we Test Welcome Screens and Process Images with QTP