Module 11 Utilizing A Shared Object Repository
Module 11 Utilizing A Shared Object Repository
So, what are we waiting for? Let us now explore the Unified
Functional Testing 12.0
CS-6306 UNIFIED FUNCTIONAL TESTING Page|2
Utilizing a Shared Objects Repository
Module Objectives:
Object Repositories
Whenever you create a test, it involves capturing objects which are
related to the steps you must perform on the AUT. An object
repository is a storage place where all objects relevant to the test
steps are stored. When you execute the test, UFT for GUI Testing
utilize objects stored in the object repository to run the steps.
When you record a test, UFT for GUI Testing automatically saves the
information about the objects that you record in the local object
repository. UFT for GUI Testing creates separate local object
repositories for each new action.
Specify the shared object repositories that you want to use for an
action in a test before you record a test. You can also create new
shared object repositories and associate these repositories with an
action in a test after you record the test.
Object When the objects in your application change, you can update
them in one location for all the actions and components that use this
shared object repository. Information that applies to many actions or
components is kept in one central location.
Important:
You prioritize the object repositories using the Associated
Repositories tab of the Action
Properties dialog box (and not the Associate Repositories
dialog box).
You can associate, remove, prioritize, and view the properties
of shared object repositories in the Solution Explorer.
CS-6306 UNIFIED FUNCTIONAL TESTING P a g e | 10
Utilizing a Shared Objects Repository