Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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.

You add two types of objects; Web and Mobile.

To add objects for a desktop application, refer to Working with Qualitia for Desktop Applications.


Adding Web Objects

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

To add Web objects:

  1. From the Expand Menu, click Develop.
  2. Click the Objects tab.
  3. Do one of the following:
    • To create a parent object, click Create Object.
    • To create a child object, from the left page, select the part object under which you want to add, click plus.  
  4. Enter Object Name and Description.
  5. Select Class from the drop-down list.
  6. Select Locator Type and enter its associated Locator Value.
  7. (Optional) Enter Time Out in seconds.
  8. (Optional) Enter Polling Interval in milliseconds.

    If you specify Time Out and Polling Interval, Qualitia uses the Explicit Wait mode and override these values entered in the associated execution profile. 

Adding Mobile Native Objects

Perform the following steps to add a mobile native or a mobile web object.

To add Mobile Native Objects:

  1. From the Expand Menu, click Develop.
  2. Click the Objects tab.
  3. Do one of the following:
    • To create a parent object, click Create Object.
    • To create a child object, from the left page, select the part object under which you want to add, click plus.  
  4. Enter Object Name and Description.
  5. Select Parent Object under which you want to create these new objects.
  6. Enter Description.
  7. 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.
  8. 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
  9. Click OK.


  • No labels