Conductor authors test cases for single-prompt and Conversation Flow agents.
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.

