Modifying a step in a test from the Mobile data view

You can modify the step targets in a test from the Mobile Data view. Two options are available from the menu items. One is used to modify an action in a test script and assign a new object as target of the action. The other option is used to define execution variables for the selected object and give a new value to the property associated with the object.

Before you begin

You must have created a test from a recording and have the test script open in the test editor. In the , in the Test Contents area, you must have selected the action item for which you want to modify the step.

About this task

You can modify a step target in a test by either assigning an object as the step target or create a variable assignment from a propertyName.

Procedure

To assign a new object as step target:

  1. In the Screen capture view, select a graphical object or the corresponding element in the hierarchical list Elements, and then right-click and select Use this element as step target. In the test editor, the current step target is replaced by the selected graphical object.
  2. In the Test Element Details section, you can change the action or location initially specified to fit the new target.

To assign a variable and set a new value for the object’s property:

  1. Select an object in the Screen capture or Elements view, and then right-click and select Create variable assignment from propertyName.
  2. In the dialog box, search for a variable that was created in your test. To do so, enter a name to filter the list of available variables and click the one matching the name. Click OK.
  3. Save the test.

Feedback