> For the complete documentation index, see [llms.txt](https://docs.aisera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aisera.com/aisera-platform/tenant-setup/aisera-platform-configuration/tenant-configuration-settings/test-suite.md).

# Test Suite

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.

{% hint style="warning" %}
Use this setting for administrative and quality assurance troubleshooting only. Leave it disabled in production tenants where end-users have access to the **Test Suite** UI.
{% endhint %}
