ObjectRepositoryUtil Object

Description

Enables you to manipulate object repository files (shared and local) from outside of UFT.

Object Model Diagram





Example

Methods

Public Method AddObjectAdds the specified object to the object repository under the specified parent object.
Public Method ConvertConverts the specified object repository file (version 8.2.1 or earlier) to the current format.
Public Method CopyObjectCreates a copy of the specified object in the object repository.
Public Method ExportToXMLExports the specified object repository to the specified XML file.
Public Method GetAllObjectsRetrieves all objects under the specified parent object.
Public Method GetAllObjectsByClassRetrieves all objects of the specified class under the specified parent object.
Public Method GetChildrenRetrieves all direct children of the specified parent object.
Public Method GetChildrenByClassRetrieves all direct children of the specified class under a specified parent.
Public Method GetLogicalNameRetrieves the name of the specified object.
Public Method GetObjectRetrieves the object according to the specified path.
Public Method GetObjectByParentRetrieves the object according to the specified parent object and object name.
Public Method ImportFromXMLImports the specified XML file to the specified object repository.
Public Method LoadLoads the specified object repository file.
Public Method RemoveObjectRemoves the specified object from the object repository.
Public Method RenameObjectRenames the specified object in the object repository.
Public Method SaveSaves any changes made while running an object repository automation script.
Public Method UpdateObjectUpdates the object repository with any changes made to the specified object.