Skip to main content
Test Flows allow you to chain multiple endpoints together to simulate a user’s journey.

Creating a Flow

  1. In your project, go to the Flows tab.
  2. Click Create Flow.
  3. Add steps to your flow by selecting from your defined endpoints.
  4. Arrange the steps in the desired order.
  5. Click Run to execute the flow and see the results.

Advanced Flow Logic

  • Dependencies: Use variables set in one step in a subsequent step.
  • Assertions: Define what constitutes a “success” for each step (e.g., status code 200).
  • Parallel Execution: Configure steps to run concurrently for performance testing.