For the complete documentation index, see llms.txt. This page is also available as Markdown.

Test Suite

Governs test case limits and debug panel visibility for bots in an Aisera tenant.

The Test Suite configuration section governs the size and behavior of test suites across all bots in your tenant. These settings apply at the tenant level. Access them at Settings > Configuration > Test Suite.

Maximum Active Requests (per Bot)

Type

Integer

Default

3000

Sets the maximum number of test cases a single bot can have across all active test suites. When you add a test case or create a new test suite, the Aisera Platform counts active test cases across every test suite for that bot and blocks the action with an error if the total exceeds this limit. The count is per bot; bots in the same tenant do not share the limit.

Raise this value if teams need to cover more conversation scenarios than the default allows. Lower this value to cap test coverage per bot and manage system load. To add more test cases once the limit is reached, either increase this value or delete existing test cases.

Show Test Case Debug Info

Type

Checkbox

Default

Disabled

When enabled, each chat answer in the test case execution view becomes clickable and opens a debug panel showing internal response data, including trace IDs, the original request, and model details in an expandable tree. A copy-to-clipboard button is also available for the full debug payload. Enable this when troubleshooting unexpected test case results or investigating how the bot resolved a specific request.

Last updated

Was this helpful?