Lesson 2.1: Enabling 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 test the behavior of the application during a test. For example, you can use verification points to ensure that a particular window is displayed after a specific action or that a portion of the screen graphically matches an expected bitmap.

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.

In Citrix tests you can also use optical character recognition (OCR) on a screen capture to check for text content.

See video