Error conditions

Error conditions include verification point failures, connection failures, server timeouts, custom code alerts, and problems with data correlation.


Page Title Verification Point Failure [HTTP]

The returned title for the primary request for an HTTP page does not match the expected title. The default value of the expected pagetitle is what is returned between the <title></title> tags during recording. See Specify the expected page title for more information.


Response Code Verification Failure [HTTP]

The returned response code does not match the expected response code. You can specify an exact match or a relaxed match. See Specify the expected response code for more information.


Response Size Verification Failure [HTTP]

The number of bytes returned does not match the expected number of bytes. You can control how closely the returned response size must match the recorded response size. See Specify the expected response size for more information.


Content Verification Point Failure

The received data does not match the expected data. Content verification point controls are protocol-specific.


Connection Failure

The workbench or agent computers cannot connect to the server under test.


Authentication Failure

An attempt to log in to the server under test failed.


End of Datapool reached

The last row of the datapool is reached. See Datapool overview for more information.


Reference Extraction Failure

The response received during playback is different from the response received when the test was recorded. Data correlation failed because the regular expression associated with the reference did not match the expected value.


Substitution Failure

A reference for an expected data substitution is a null reference.


Server Timeout

The server under test does not respond before the timeout interval elapses.


Custom Verification Point Failure

A custom verification point did not return a Pass status after performing a verification written in Java™ code. See Reporting custom verification point failures for more information.


Custom Code Alert

Custom code reported an RPTCondition.CustomCodeAlert condition. The following code reports a custom code alert:
tes.getTestLogManager().reportErrorCondition(RPTCondition.CustomCodeAlert);
See the Javadoc information at ITestLogManager for more information.


Specify error-handling behavior


Error 404 - Not Found

Error 404 - Not Found

The document you are looking for may have been removed or re-named. Please contact the web site owner for further assistance.