Object Repositories types, which & when to use?
Answers were Sorted based on User's Feedback
Answer / geena
Two types of objRepo
1. Local Objrepo
2. Shared Objrepo
When you create you script you find local objrepo and if
you need to use previously created repository than it is
useful to Shared Objrepo.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
Answer / akshay kumar
Deciding Which Object Repository Mode to Choose.
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.
Is This Answer Correct ? | 0 Yes | 0 No |
How to open any application during Scripting?
Can any suggest me what is exposure testing?
How can i open a file in Textpad and replace a string with another using QTP
We have 10 page.In first page we 2 popup and next page we 3 popup window......(windows name is different)how can we handle the all the popups without using recovery scenario
how qtp will recognise if application is run on many browsers
1)what is the Exact Meaning of Environment Variables? 2)what is Compile Module in QTP? what exactly it contains Functions or Actions?
how we can take data in the username field text box into variable in web application explain with example and give all functions to get data into variables
how to handle the textboxes where in it should take the sum like ex:: while posting a question in this site it will for what is the result of 6+3=__ where in we have to enter manually 9 and click on submit... but how to handle these cases in qtp.. can someone plz help me out wid dis...
What is standalone database?
How to test background color and dynamic images which are moving during runtime?
how to select particular value from the combobox in the current page which is entred in the previous page editbox after parameterization?
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?