Document toolboxDocument toolbox

Adding New Objects

The first step in the automation of manual test cases is adding objects to the object repository. While creating an object, you need to identify the controls of the application under test for creating objects and gather information about object properties.

Qualitia users can add two types of objects; Web and Mobile Native.


Adding Web Objects

In order to automate the web application testing, you need to add the web objects of application under test. 

To add Web objects:

  1. Click Develop >Objects >New.
    The New Object screen appears.
  2. Select Object Type as Web.
  3. Search and select Parent Object under which you want to add this new object. By default, objects will be added under the Root object.
  4. Enter Object Name and Description.
  5. Select Class from the drop-down list.
  6. Select Locator Type.
  7. Enter Locator Value.
  8. Enter Time Out in seconds.
  9. Enter Polling Interval in milliseconds.

    • When specified Time Out and Polling Interval, Qualitia uses the Explicit Wait mode for these steps regardless what is selected under Configuration Settings

Adding Mobile Native Objects

In order to automate the mobile native application testing, you need to add these objects of application under test. 

To add Mobile native Objects:

  1. Click Develop > Objects > New.
    The New Object screen appears.
  2. Select Object Type as Mobile Native.
  3. Select Parent Object under which you want to create these new objects.
  4. Enter Description.
  5. In the Search Class field, enter the class details displayed in the Appium Inspector or UIAutomatorViewer and then click the Search icon.  
    This will automatically select the Qualitia Class of the object.
  6. Do one of the following:
    • If the object is from Android device, select Android Locator Type and enter Android Locator Value or
    • If the object is from iOS device, select iOS Locator Type and enter iOS Locator Value
  7. Click OK.


Not finding what you need?