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.

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

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

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.

