To check whether an expected behavior occurred during a run, you
can add verification points. When you run a test that contains a verification
point, an error is reported if the expected behavior did not occur.
Adding an SAP verification point
With SAP get and SAP call elements, you can retrieve a
value from the SAP GUI to create verification points on an SAP screen
element.
Specifying an expected screen title
Screen title verification points report an error if the
title of an SAP screen is different from what you expected.
Verifying response times
SAP request response times measure the delay between the
moment the user submits a server request and the moment the server
responds. Response time data is provided by the server. You can set
a verification point on a response time threshold value. If the test
encounters a response time above the threshold, the verification point
is failed.