Test Cases tab, where you can review, edit, and run them like any other test case.
Conductor can also work the suite, not just write it. Ask it to run a batch and it starts one, waits for the results, and reports the pass rate and each failure back in the panel. It can read a run’s full transcript, update a case, and delete cases you no longer want.
Conductor authors test cases for single-prompt, multi-prompt, and Conversation Flow agents.
Generating simulation test cases with Conductor.
Generate test cases from real calls
Point Conductor at calls that already happened and have it turn them into test cases. This is the fastest way to build a regression suite: every real failure becomes a case that guards against the same problem returning. To point Conductor at a specific call, give it the call’s call ID from your Call History or AI QA, or describe the calls you mean:Start a suite from scratch
On a brand-new agent with no call history, ask Conductor for a starter suite so you have coverage before the first real call:Target tool calls and functions
To test how your agent handles a specific tool result, ask Conductor to write a case that mocks the function and checks the agent’s response:Next steps
- Simulation testing covers editing and running the cases Conductor drafts.
- Batch testing runs the whole suite at once and reports the pass rate.
- Test and improve with Conductor covers reviewing real calls and running simulations from the Conductor panel.

