Run a Test
Execute your scenario against an agent and watch the results come in.
Running Your ScenariosStart a run
A run executes all the tests in your scenario against a specific agent.
- On the scenario detail page, click Run scenario in the top-right corner.
- The Run Scenario dialog appears.
- Select an agent - this is the chatbot you want to test. If you don’t have one connected yet, use a Demo agent to try things out.
- Select a personality. The default Neutral personality uses straightforward, standard communication. You can create custom personalities later - see Personalities.
- Click Run scenario.

Watch results
After clicking Run, you’re taken to the run page. Voxli starts executing each test in your scenario one by one.
- Each test shows its current status: running, passed, or failed.
- Results appear as each test completes. You don’t need to wait for all tests to finish.
- A score strip at the top tracks the average score, how many tests passed, and the blocker and warning counts.

Read the results page
Each row in the results table shows:
- Result - the test’s score as a percentage.
- Test - the name you gave the test.
- Summary - how many assertions passed and failed, with a warning if any blockers failed.
Click any test row to open its test result page with the full conversation and assertion outcomes. See Results for a deep dive.
What’s next
- Results - learn how to inspect conversations and read assertion outcomes.
- Advanced Run Options - select specific tests, use multiple personalities, or run tests multiple times to detect flaky behavior.
- Personalities - create custom communication styles for the AI tester.