Understanding Test Object DescriptionsFor each test object class, Quick Test learns a set of identification properties when it learns an object and selects a subset of these properties to serve as a unique object description.Quick Test then uses this description to identify the object when it runs the test. For example by default, Quick Test learns the image type such as plain image or image buttons.The HTML tag and the Alt text of each Web image it learns.If these three mandatory property values are not sufficient to uniquely identify the object within its parent object, Quick Test adds some acquisitive properties and/or an ordinal identifier to create a unique description.Understanding Object Repository TypesObjects can be stored in two types of object repositories; a shared object repository and a local object repository.A shared object repository stores objects in a file that can be accessed by multiple tests (in read only mode).A local object repository stores objects in a file that is associated with one specific action, so that only that action can access the stored objects.Understanding the Local Object RepositoryWhen you use a local object repository, Quick Test uses a separate object repository for each section. The local object repository is fully editable from within its action.When working with a local object repository: