Network Logs
The Network Logs tab of the Step Details screen displays information about requests between your web browser and the site being tested on per step basis. To facilitate your root cause analysis efforts, the network logs are presented in the context of the specific step, along with the screenshot of the step.
You can filter your results by several elements. Clicking on a request reveals the HTTP headers associated with that request.

The information displayed for each request is described in the following table.
Item | Description |
---|---|
File | The name of the file |
Status | The HTTP status code |
Method | The HTTP request method |
Domain | The domain to which the request was made |
Type | The request type (i.e. XHR, JS, CSS, etc.) |
Size | The response size (including headers and body) |
Time | The duration from the start of the request to the receipt of the response |
Waterfall | A visual breakdown of the request activity |
Accessing a Network Log
There are two methods of accessing network logs from the Test results screen.
To view the network log of a specific step:
- Go to Runs > Test Runs, hover over the relevant test, and click the master icon to open it.

The test opens in a new window.
- Hover over the step in your test run for which you want to view the Network Log, and click the View screenshot icon.

- The Step Details screen is displayed. Click the Network Log tab at the top of the screen.

A list of request results specific to your step are shown.

You can view the request results for previous and next steps by clicking on the arrows on the left and right sides of the screen.
- To close the Step Details screen, click the X in the top right corner.

Filtering request results
You can filter your results by filename text, domain, type, and errors.
To filter by filename text and domain:
- In the Filter box, enter your filter criteria.

The results are instantly filtered based on text in the File and Domain columns.
To filter by request type:
- In the request results table header, select one of the request types. Options include XHR, JS, CSS, Img, Media, Font, Doc, WS, and Manifest.

The results are instantly filtered based on your selection.
By default "All" is selected. You can choose only one request type to filter at a time.
To filter by requests with errors:
- In the request results table header, select the Errors Only checkbox.

Only those results with errors are shown.
Viewing HTTP headers
You can view the HTTP header data for each request.
To view the HTTP headers:
- Click any of the rows containing request data.

The Headers window opens comprised of three sections: General, Response Headers, and Request Headers.

- Close the Headers window by clicking on the X in the upper left corner.

Each of the three sections of the Headers window can be minimized and expanded by clicking on the expand arrow to the top left of each section.
Updated 9 months ago