Lesson 2.1: Adding verification points

In this lesson, learn how to add verification points to check whether an expected behavior occurs during a run.

About this task

With verification points, you can verify the behavior of the SAP application during a test. For example, you can use verification points to ensure that a particular transaction returns the expected result in any graphical element of the SAP GUI screen. You can also use regular expressions and you can search for the occurrence of an expected string in a list.

Each verification point returns a Pass, Fail or Inconclusive verdict in the test log. You can view a summary of verification point verdicts in the verification point report after running the test.

See video