- You are creating tests using keyword-driven methodologies (not by recording).
- You have several tests that test elements of the same application, interface, or set of objects.
- You often work with multi-action tests and regularly use the Insert Copy of Action and Insert Call to Action options.
- You expect the object properties in your application to change from time to time and/or you regularly need to update or modify object properties.
- If you are familiar with testing, it is probably most efficient to save objects in a shared object repository. In this way, you can use the same shared object repository for multiple actions—if the actions include the same objects.
Object information that applies to many actions is kept in one central location. When the objects in your application change, you can update them in one location for all the actions that use this shared object repository.
No comments:
Post a Comment