This tutorial introduces the different types of Object Repositories and discusses Local Object Repository in detail
points to note:
* Local Object Repository is the default object repository
* It is specific to actions and can be used only for a particular action
* Local Object Repository is preferable when application is not dynamic with respect to time
* Local Object Repository cannot be reused
* You can perform many a operations in the local object repository such as -
* Highlight an object stored in repository on the application under test
* Check whether a particular object in your AUT is stored in the Object Repository
* Cut , Copy , Paste , Modify and Delete Objects
* In case you have accidentally modified the value of a property you can update its description from the application using update function.
No comments:
Post a Comment