- Primeros pasos
- Capacidades
- Privacidad y gobernanza de datos
- Disponibilidad del producto
- Conjuntos de capacidades de Autopilot anteriores
- Escenarios de usuario
- Guía de solicitud
- Ejemplos de solicitudes
- Autopilot usage pool for testing
- Las mejores prácticas y limitaciones
- Modelos y límites compatibles
- Requisitos de control de calidad
- Generar pruebas para el requisito
- Importar casos de prueba manuales
- Buscar pruebas obsoletas
- Generar pruebas para transacciones SAP
- Generar datos de prueba sintéticos
- Generar informes de prueba
- Generar casos de prueba codificados
- Buscar proyecto de Test Manager
- Solución de problemas
- Autopilot for Everyone
- Acerca de Autopilot for Everyone
- Licencia
- Tipos de usuario
- Orígenes de datos
- Automatizaciones del conjunto de herramientas
- Localización
- Requisitos previos
- Widget de Autopilot
- La tarjeta de tenant de Autopilot for Everyone
- Prerequisites for installation
- Habilitar modelos antrópicos
- Instalar Autopilot for Everyone
- Actualizar Autopilot for Everyone
- Desinstalar Autopilot for Everyone
- Configurar Autopilot for Everyone
- Deshabilitar la pantalla de bienvenida de Autopilot en Assistant
- Configurar un LLM para Autopilot for Everyone
- Implementar automatizaciones de conjunto de herramientas
- Flujo de solicitud de respuesta
- Iniciar Autopilot for Everyone
- Configuración de Autopilot para usuarios empresariales
- Utilizar un Autopilot especializado
- Utilizar una solicitud de inicio
- Cargar y analizar archivos
- Ejecutar automatizaciones
- Interactuar con las respuestas de Autopilot
- Uso de las solicitudes sugeridas
- Iniciar un nuevo chat
- Historial de chat
- Proporcionar comentarios generales
- Versión de Clipboard AI Enterprise
- Diseñar automatizaciones relevantes para Autopilot for Everyone
- Solución de problemas
Usage pool consumption for Autopilot for testers and Autopilot agent, determined by the interface invoked rather than the capability itself.
Autopilot for testers capabilities and Autopilot agent (Autopilot chat) draw from the same monthly usage pool, but not in the same way. What determines consumption is the interface you use, not the capability you invoke.
Two interfaces exist for the same set of capabilities: a dedicated action or button in Test Manager or Studio Desktop, and Autopilot agent, the conversational assistant available in both products. Invoking a capability through its own dedicated action never consumes the usage pool. Invoking the same capability through Autopilot agent always consumes the pool, because every agent turn draws from it regardless of what the turn accomplishes.
How usage pool consumption works
Autopilot agent consumes from the usage pool every time you use it: in free-form conversation, or when you ask it to run a capability on your behalf. When Autopilot agent executes a capability for you, that capability adds no extra consumption on top of the agent turn — the turn itself carries the entire cost.
- Invoked directly — Using a capability's own dedicated action or button in Test Manager or Studio Desktop never consumes the pool.
- Invoked via Autopilot agent — Asking Autopilot agent to perform the same action, in free-form conversation, consumes the pool for that turn. The capability running underneath adds nothing on top.
For general usage pool mechanics — plans, license tiers, and monthly allocations — refer to Licensing.
Capabilities available directly and via Autopilot agent
The following capabilities exist in Test Manager and Studio Desktop. Most are available both as a dedicated action and through Autopilot agent.
| Dónde | Capacidad | Agent-only or direct-only |
|---|---|---|
| Test Manager | Search / conversational Q&A | — |
| Test Manager | Generar casos de prueba | — |
| Test Manager | Evaluate requirements | — |
| Test Manager | Create charts | Agent-only — no dedicated direct action exists |
| Test Manager | Importar casos de prueba | — |
| Test Manager | Buscar pruebas obsoletas | — |
| Test Manager | Generate test reports (Test Insights) | Direct-only — not exposed in Autopilot agent |
| EscritorioStudio | Generate Expression | — |
| EscritorioStudio | Generate C# Code (coded test case) | — |
| EscritorioStudio | Fix validation errors | — |
| EscritorioStudio | Generate (low-code) test cases | — |
| EscritorioStudio | Search documentation | — |
None of these capabilities ever consume the pool on their own, not even when invoked via the agent. Autopilot agent itself, the general-purpose conversational interface in Test Manager and Studio Desktop, is the only capability that draws from the pool, based on the token usage of each turn against the default model.
Create charts has no dedicated direct action — it is available only through Autopilot agent, so using it always consumes the pool. Generate test reports (Test Insights) is the opposite case — it is not exposed in Autopilot agent at all, so it never consumes the pool regardless of how it's invoked.
How much of my pool does Autopilot agent use?
Since Autopilot agent is the only conversational interface that draws from the pool, most testers can use it extensively without materially depleting their monthly allocation. A single complex, multi-step interaction, spanning several agent turns across search, evaluation, and generation, typically consumes a small fraction of a Tester's monthly pool, and an even smaller share for App Test Developer tiers, which start from a larger allocation.
Example: a typical Autopilot agent interaction
The following example shows a typical Autopilot agent workflow for a tester:
- Create a chart of test cases per requirement.
- Find a requirement with no test cases through search.
- Validate that requirement's quality, then adapt it based on suggestions.
- Generate test cases for the requirement.
- Generate an automated low-code test case in Studio for one of those test cases.
- Fix a validation error that comes up during generation.
- Create a test set, assign the test cases, and run it.
The following table shows which of these steps consume from the usage pool.
| # | Paso | Capability invoked | Agent consumes? |
|---|---|---|---|
| 1 | Create a chart showing test cases per requirement | Create charts (Test Manager) | Sí |
| 2 | Find a requirement with no test cases | Search / conversational Q&A (Test Manager) | Sí |
| 3 | Validate the quality of the requirement | Evaluate requirements (Test Manager) | Sí |
| 4 | Adapt the requirement based on suggestions | — (manual edit, outside the agent) | No |
| 5 | Generate test cases for the requirement | Generate test cases (Test Manager) | Sí |
| 6 | Generate the automated (low-code) test case in Studio | Generate (low-code) test cases (Studio Desktop) | Sí |
| 7 | Fix a validation error that comes up during generation | Fix validation errors (Studio Desktop) | Sí |
| 8 | Create a test set, assign the test cases, and run it | Create/run test set (Test Manager) | Sí |
Consumption follows the interface, not the capability. Every step run through Autopilot agent consumes a turn, including steps 6 and 7, which run in Studio Desktop, while the one step done manually outside the agent (step 4) does not, even though it involves working with the same requirement. Even testers who run through workflows like this regularly are unlikely to approach their monthly pool limit, particularly at the higher App Test Developer allocations.