Tracking Response Code in Errors View

Prev Next

For tests that have Tracepoint enabled, you can view and filter test errors by Tracepoint. The example below illustrates storing HTTP Status code using a Tracepoint and displaying it in the Errors view. This allows easy filtering of errors by specific HTTP status code, rather than the generic 40x or 50x error codes.

The example below captures both the HTTP status code and its description.

For more information about configuring Tracepoints, please refer to this article.

meclip11.PNG

The test must have Tracepoints selected under the Test Properties.

tp1.png

To filter the Tracepoint, select the corresponding Tracepoint under Tracepoint Filter.

To filter Tracepoint values, click on the List button under the corresponding Tracepoint to select the values to display.