Creating verification points from a Mobile Data view

You can create some verification points in a test with simplified scripts by using the Mobile Data view. A verification point can be added for an object or created for the properties of the object.

Before you begin

To be able to create verification points, you must create variables in the test editor. See Declaring and assigning test variables.

About this task

You can create verification points for any of the widgets or widget properties.

Procedure

To create verification points:

  1. In the , open the test script, and in the Test Contents area, click an action item for which you want to create a verification point.
  2. In the Mobile Data view, select an object in the Screen capture view, an item in the hierarchical list of Elements, or a property in the table.
  3. Right-click and click Create Verification Point for propertyName. Note that the properties displayed will be limited to those available for the selected object. A new step is added to the test script for the verification point.
  4. Select a value in Graphic object and a value for the object’s property in Verify attribute.
  5. Save the test.

Feedback