Creating a Flow
- In your project, go to the Flows tab.
- Click Create Flow.
- Add steps to your flow by selecting from your defined endpoints.
- Arrange the steps in the desired order.
- 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.