Document toolboxDocument toolbox

Header

(8.5.X) Work with DP Objects

You can create DP objects manually or import UFT objects from a Test Shared Repository (*.tsr file). If necessary, you can update the DP objects in Qualitia Automation Studio.

Adding a DP Object

To add a DP object:

  1. Open the desktop project in which you want to add DP objects.

  2. From the Expand Menu, click Develop.

  3. Click the Objects tab.

  4. In the left pane, click the DP object tree node.

  5. In the right pane, click the New button.
    The New dialog box appears.

  6. Do the following in the order listed:

    1. Select a parent object.

    2. Enter Object Name and Description.

    3. Select Technology and Object Class.

    4. Click Add.

    5. Double-click the property field to add an object property and its property value.

  7. Click OK.

If you do not define any object property along with its value, the object is highlighted in red color. Such objects are termed as empty objects. 

Editing a DP Object

To edit a DP object:

  1. Open the desktop project that contains the DP object you want to edit.

  2. From the Expand Menu, click Develop.

  3. Click the Objects tab.

  4. In the left pane, click the DP object tree node.

  5. In the right pane, click the Edit button.

  6. Make the necessary changes and clic

Deleting the DP Objects

Please note the following before you delete any DP object:

  • You cannot delete an object that is used in a task or a test case

  • If you delete a parent object, then all its child objects are also removed.

  • You cannot delete a parent object if one of its child objects is used in a task or a test case.

  • You cannot delete two child objects that are present under different parent objects simultaneously.

To delete the DP objects:

  1. Open the desktop project that contains the DP object that you want to delete.

  2. From the Expand Menu, click Develop.

  3. Click the Objects tab.

  4. In the left pane, click the DP object tree node.

  5. Select the parent object for which you want to remove its child objects.

  6. In the right pane, select a child object that you want to delete.

  7. Press Ctrl and click all the objects that you want to delete.

  8. Click Remove.

Importing DP Objects from a tsr or bdb file

You can import DP objects that are created using UFT into Qualitia Automation Studio. Simply export the DP objects on UFT as a tsr or a bdb file and import the file in Qualitia Automation Studio.

  • After importing DP objects, Quailtia does not update or remove the existing DP objects. It only adds the new DP objects.

  • If any object name and its class for an imported DP object conflicts with an existing object, then Qualitia appends it with '_' followed by a sequential number (starting from 1) in the object name.

  • The description of the imported DP objects includes the name of the bdb or tsr file and the hierarchy of the object in the bdb file.

  • If an object in the bdb or tsr file does not contain any properties, then Qualitia sets micClass property as the object property.

To import objects from a tsr or a bdb file:

  1. Open the desktop project in which you want to import the DP objects.

  2. From the Expand Menu, click Develop.

  3. Click the Objects tab.

  4. In the left pane, click the DP object tree node.

  5. Click Import.

  6. Locate the tsr or bdb file that you want to import and click OK.

If the importing of DP objects fails, then Qualitia displays error messages. To troubleshoot the importing errors, see the Import_Log.txt file located in the following location:

%localappdata%\Qualitia\WD\Logs

Footer