Header

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 »

Adding a Web or SFDC Object

When you start automating your manual test cases, the first thing you will need to do is add objects to your object repository. This repository will include:

  1. Parent objects: These are objects whose class is a page.

  2. Child objects: These are objects present under a page class and used in your test cases. A child object can also have its own set of child objects.

If you are working with a desktop application, you will need to refer to the guide on Working with Qualitia for Desktop Applications

View Objects

  1. Login to Qualitia Automation Studio Client. <insert Screenshot>

  2. Access Develop from left navigation of your Qualitia Automation Studio - Client.

  3. Click Objects tab icon from the right side of the screen.

  4. A slide-out panel will appear where the existing objects are listed.

  5. Click Refresh icon if you intend to check for new objects added by your team members.

  6. Click Expand All to expand all the parent objects so that you can view the parent and corresponding child objects.

  7. Click Collapse All to view only the parent objects and not see the child objects.

  8. If you have 100s of objects use the Search to quickly search for the objects.

Adding a Web or an SFDC Object

Note: Image objects do not support manual creation, and Time Out and Polling Interval options do not work for SFDC objects. Also, you can only create an SFDC object in a Salesforce project.

  1. Login to Qualitia Automation Studio - Client.

  2. Access Develop from left navigation of QAS - Client.

  3. Click Objects tab icon from the right side of the screen.

  4. A slide out panel will appear where are the existing objects will be listed.

  5. Hover on the existing object if it exists or click the Create Object.

  6. Now, you have two options:

    1. To create a parent object, click on Add Object at same level.

    2. To create a child object, find the parent object under which you want to add the child in the left pane. Then, click Add Contained Object button.

      1. Enter the Object Name and Description.

  7. Choose the Class from the drop-down list.

  8. Select the Locator Type and enter the corresponding Locator Value.

  9. If you want to use the SmartLocator feature during execution, make sure to check the SmartLocator checkbox.

  10. (Optional) If you want to specify a Time Out, enter it in seconds.

  11. (Optional) If you want to specify a Polling Interval, enter it in milliseconds. Remember, if you specify these, Qualitia will use the Explicit Wait mode during execution, overriding the values specified in the associated execution profile.

  12. If you want to continue adding another object right away, check the Create Another checkbox.

  13. Click Save to finish.

Remember, you can add an SFDC object using either the SFDC:Label or XPath locator types. And if you're working on a Salesforce project, you can also add web and mobile objects for the associated web and mobile application objects.


  • No labels