AI AgentsSimulations
Suggested simulations
Let Auxx propose ready-to-run test cases for a procedure — happy paths, branches, and edge cases — so you can build coverage with one click.
You don't have to write every simulation from scratch. Auxx can read a procedure and propose suggested simulations — ready-to-run cases that cover the scenarios worth testing.
What gets suggested
Suggestions aim for good coverage of a procedure, including:
- The happy path — the procedure succeeds normally.
- Each major branch — the different ways a condition can go.
- Missing information — the customer doesn't provide something the procedure needs.
- Edge and refusal cases — unusual or out-of-scope requests.
Each suggestion arrives complete with a scenario, mocks, and assertions.
Using a suggestion
- Add — one click creates the case and opens it in the editor, where you can refine it.
- Dismiss — hide a suggestion you don't want.
Suggestions are temporary until you add them
A suggestion only becomes a saved simulation when you add it. Some proposed cases may be dropped automatically if they don't pass validation — that's expected, and the rest are still good to use.