
Inside a Test Case (Editor)
- Name the case (top-left). Keep it action-oriented: Identify caller, Respect DNC, etc.
- You can either setup the conversation yourself or optionally, select a previous call to seed messages from a real transcript. This transcript can also fully be edited for the test.
-
Build the Conversation with short turns:
user
→ what the human saidbot
→ what your agent already said (context)user
→ the prompt that triggers the behavior
- Add one final bot turn and toggle Expected — this is the target reply used for scoring.
- Use Add Message to insert turns; keep to 2–4 lines total.
- Click Get AI Response to preview what your current agent would say (helps tune the Expected Output).
- Save, and then your test case is ready to run.
- Assert one behavior per case.
- Avoid volatile details (dates, IDs).