Checkpoint statements verify values and images against expected results.
| Statement | Description |
|---|---|
| CheckExists | Verifies a window or control exists in the application. |
| Checkpoint | Verifies the value of a window and control property matches an expected value. |
| CheckpointExpression | Verifies if the value returned by an expression is True. |
| CheckpointImage | Verifies an image in an application matches an expected image. |
| CheckpointStringExists | Verifies a substring exists in a text string. |
| CheckpointStringNotExists | Verifies a substring does not exist in a text string. |