StresStimulus uses a heuristic algorithm to mark verification errors and warnings, and sometimes false positives are identified. 

Suppressing errors and warnings

To ignore these errors and warnings from future verification, right-click and select Ignore warnings/errors.

 

To undo this option, right-click and select Undo Ignore warnings/errors.

Note: Sessions that have errors suppressed, will not show up on the test error report.

 

Another way to suppress errors and warnings in the compare session view is to select the <<Ignore Error & Close>> tab. This will close the compare session view, hide the errors or warning, and ignore it in the future.

Errors and Warnings Details

 

A list of diagnostic messages is provided below.

 

Status TypeDiagnostic Message
ErrorError in the response. The response code is 4xx or 5xx.
ErrorThe response was not received
WarningA replayed request was not authenticated. Check Test authentication settings. If subsequent requests are authenticated, then this may be normal.
WarningResponse code does not match the recorded code.
WarningRedirect to a different URL.
WarningThe first request in the test case contains ASP.NET SessionId cookie. The beginning of the test case may be missing.
WarningResponse size is significantly different from the recorded size.
NotificationError in the response code during recording. This error is unrelated to load testing.
NotificationThe resource was cached during the Test Case recording (response code 304) and not cached during the replay (response code 200).
NotificationThe resource was cached during the Test Case recording (response code 304) and not cached during the replay (response code 200).
NotificationThe resource was not cached during the Test Case recording (response code 200) and cached during the replay (response code 304).
  • No labels