Single Simulation
The Single Simulation feature (found under the Basic tab in the Simulation Controls) is designed for debugging and verifying the flow of a single request through your architecture.
Overview
This mode executes one complete request (GET, POST, PUT, or DELETE) from the User Request component, through any Load Balancers and API Services, and to a Database.
It is ideal for:
- Verifying the logic in your API Service custom code.
- Debugging the path a request takes through complex connections.
- Confirming CRUD operations are correctly modifying the simulated database.
Unlike the Load Test, Single Simulation runs sequentially and provides visual feedback on the canvas, highlighting each component as the request passes through it.