Testing
Validate your agents before deployment
Interactive Testing
- Open your agent in Agent Studio
- Click Test or the chat icon
- Enter test inputs
- View the agent's response
- Check the execution trace for each step
Reviewing Results
After each test run, you can inspect:
- Response — The agent's output for your inputs
- Execution Trace — Step-by-step breakdown of what happened (LLM calls, tool invocations, costs)
- Latency — How long the execution took
- Token Usage — How many tokens were consumed
Tips
- Test with a variety of inputs to cover edge cases
- Check the execution trace to verify the agent follows the expected path
- Compare token usage and cost across different models
Next Steps
- Monitoring - Track production executions
- Versioning - Manage agent versions