Skip to content

Using Replay Pipelines

Replay Pipelines let you group multiple requests into a single run and control how they are sent.

You can create a new Pipeline by selecting New Session and choosing Pipeline.

Creating an new HTTP Pipeline.

An existing HTTP Replay session can also be converted into a Pipeline by selecting ..., then Turn HTTP into > HTTP One Pipeline.

Turning HTTP Replay Session into an HTTP Pipeline.

Click Add to add the different requests you want to send.

Adding requests to an HTTP Pipeline.

Choose a Pipeline strategy to determine how the requests are sent:

  • Sequential: Sends each request in the specified order.
  • Last Byte Synchronization: Synchronizes the final byte of each request, reducing the time between their arrival for race condition testing.

The Requests table displays the status of each request, while the Results tab lets you review the responses from the run in one place.

Reviewing HTTP Pipeline results.