< Previous | Next >

Lesson 3.3: Create verification point

After implementing the substitution for operators, you have to verify whether the results of the mathematical operations that you added in the second column in the data pool are computed correctly in the test. To do that you will create a verification point for the actual recorded result and substitute it with the results from the data pool.
  1. In the test editor, click the Press Back action.
  2. In the Mobile and Web UI Data view, click the results field of the app.
  3. From the Properties of Edit text area, scroll down, right-click the Text field, and click Create Verification Point for 'Text'.
    Mobile and Web UI Data view
    A new verification action is added to the test.
  4. In the test editor, in the Check Action Details area, select and right-click 12.0 and click Substitute > Select Data Source.
  5. In the Select Data Source window, click the Datapool button.
  6. In the Select Datapool Column dialog, click the Calcdatapool and from the Columns area, click Results.
  7. Click Finish. If you are prompted to substitute for more values, click No.
  8. To save the changes, click File > Save.
The 12.0 value is highlighted in green, indicating that the value will be substituted in the test.

Lesson checkpoint

You created a verification point for results to ensure that the results you want to use from the data pool is correctly used by the test.
< Previous | Next >

Feedback