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
give me an example where u used good judgement and logic in solving a problem
What is quick test pro? What is a quick test professional?
How can I check if a environment variable exist or not?
I am getting an error "failed to open the XML checkpoint result viewer" in result window,after clicking on "View XML checkpoint results".Someone suggest me settings,if any...
Hi Sudhananda, plz send me the QTP framework with any diagram and PPTS . I want to switch to automatio, I done QTP from professional person, but he does not give me his knowledge properly. so pls help me Thaks send me on following address mirajkar.akash@gmail.com
What is the use of "New Property" in "Add properties" of testobject properties in object repository. How can i use "New properties" while writing scripts if i have assign some values to the testobject properties Can anyone help me? plz
What do you mean by checkpoints in qtp?
I opened gmail login into gmail and i have to save (Pass or move) all the mail into notepad please give me code Thanks of all
Does QTP have any limitations?Can it work with all kinds of programming languages like java,springs,ajax ,hybernet?Also does it work well with windows 7.What are its other limitations
What are the benefits of quick test pro(qtp)?
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
If there is a change in the object type eg: A button is changed as link, 1. How to edit that in the shared object repository. 2.What options are available to edit the object within shared object repository other than copy from loca; 3.What would be the effect of the change in Coded Scripts within QTP and Functions stored in .vbs file which are loaded and used in QTP
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?