- Primeros pasos
- Acerca de Test Manager
- Acerca del chat de Autopilot
- Acerca del enmascaramiento PII
- Primeros pasos
- Disponibilidad de la característica de Test Manager
- Precios unificados: Licensing Test Manager
- Flex: licencias de Test Manager
- Guía de inicio rápido
- Gestión de proyecto
- Documentos
- Trabajo con el análisis de impacto de cambios
- Creación de casos de prueba
- Asignar Casos de prueba a los Requisitos
- Clonación de casos de prueba
- Exportar casos de prueba
- Vincular casos de prueba en Studio a Test Manager
- Delete test cases
- Casos de prueba manuales
- Importar casos de prueba manuales
- Documentar casos de prueba con Task Capture
- Parámetros
- Habilitar la gobernanza a nivel de proyecto
- Deshabilitar la gobernanza a nivel de proyecto
- Habilitar el control a nivel de caso de prueba
- Deshabilitar el control a nivel de caso de prueba
- Gestionar aprobadores para casos de prueba controlados
- Gestionar casos de prueba gobernados en el estado En trabajo
- Gestionar casos de prueba controlados en el estado En revisión
- Gestionar objetos controlados en estado Firmado
- Gestionar comentarios para casos de prueba controlados
- Aplicar filtros y vistas
- Importar conjuntos de pruebas de Orchestrator
- Creating test sets
- Añadir casos de prueba a un conjunto de pruebas
- Asignar usuarios predeterminados en la ejecución del conjunto de pruebas
- Habilitación de la cobertura de actividad
- Habilitar Healing Agent
- Configurar conjuntos de pruebas para carpetas de ejecución y robots específicos
- Anular parámetros
- Clonación de conjuntos de pruebas
- Exportar conjuntos de pruebas
- Aplicar filtros y vistas
- Preguntas frecuentes: paridad de características: Test Manager frente a Orchestrator
- Ejecución de pruebas manuales
- Ejecución de pruebas automatizadas
- Ejecutar casos de prueba sin un conjunto de pruebas
- Ejecutar pruebas mixtas
- Crear ejecuciones pendientes
- Aplicar una orden de ejecución
- Volver a ejecutar ejecuciones de prueba
- Programar ejecuciones
- Solución de problemas de ejecuciones automatizadas
- Pruebas de accesibilidad para Test Cloud
- Buscar con Autopilot
- Operaciones y utilidades del proyecto
- Configuración de Test Manager
- Configuración del nivel de tenant
- Gestión de acceso de usuario y grupo
- Búsqueda de Autopilot
- Campos personalizados
- Biblioteca de solicitudes
- Configuración general del proyecto
- Configuración del proyecto de automatización
- Mis notificaciones
- Cifrado de claves administradas por el cliente
- Registros de auditoría
- Integración de herramientas de ALM
- Integración de API
- Coding Agents for Testing
- Test with UiPath for Coding Agents
- Solución de problemas
Guía de usuario de Test Manager
You can query, manage, and update your UiPath Test Manager data entirely from a coding agent and terminal — no manual triage or copy-pasting results required.
UiPath Test Manager integrates with AI coding agents through the UiPath CLI (uip) and the uip tm tool, including:
- Código Claude
- Cursor
- Copilot de GitHub
- CLI de Gemini
- Códice
- Abrir código
Once set up, your coding agent can:
- Query test results and surface coverage gaps
- Trigger test runs and monitor execution status
- Manage test cases and update metadata
- Generate persona-tailored reports for Quality Assurance (QA) Engineers, Developers, and Release Managers
uip tm is the Test Manager tool, which covers the full test lifecycle from authoring and managing test cases through execution and reporting. uip tm can be installed with uip tools install @uipath/test-manager-tool, or it auto-installs on first invocation of any uip tm command. See Managing tools and skills for the full install model.
Configuración
Install the Test Manager tool to connect your coding agent to Test Manager and enable querying, triggering, and reporting from the terminal.
Prerrequisitos:
- UiPath CLI installed and configured. See Installing UiPath CLI.
- UiPath skills installed for your agent. See Using UiPath CLI with Coding Agents for the install command per agent.
- A logged-in session (
uip login). See Authentication.
- Install the Test Manager tool:
uip tools install @uipath/test-manager-tool
uip tools install @uipath/test-manager-tool
Or invoke any uip tm command and let auto-install run.
After a CLI upgrade, run uip skills update --agent <name> to pick up newly published Test Manager skills.
Result: The Test Manager tool is installed and available. Your coding agent can now run uip tm commands to query, manage, and report on Test Manager data.
Aptitudes
The following skills are available for Test Manager workflows. They are installed as a bundle via uip skills install. You do not select individual ones. Skills also auto-install on first invocation of any uip tm command.
| Skill | Lo que hace |
|---|---|
| Publish and link automation | End-to-end pipeline: pack a UiPath project, upload it to Orchestrator, and bind it to a Test Manager test case so it can be triggered from Test Manager. |
| Test report generation | Fetches test executions from a test set and generates a persona-tailored report with different content for QA Engineers, Developers, and Release Managers. |
Casos de uso comunes
Ask your agent questions and give it tasks in plain language. The agent figures out which uip tm commands to run.
Querying and coverage
Get a daily summary of test results and coverage gaps
"Summarize yesterday's test run, list all failures, and coverage gaps."
Generate tests for a new module or feature
"A new invoice dispatch module was added this sprint with no test coverage yet. Analyze the code, generate smoke test cases for the key flows, and add them to the current regression suite in Test Manager."
Find requirements with no test coverage
"Before I deploy, tell me which business-critical requirements have no automation coverage or haven't been validated recently."
Find tests that haven't run in the last 30 days
"Find test cases that haven't been executed in the last 30 days and give me a list I can review for archiving."
Triggering and execution
Link an automation to a test case and run it
"Pack my project, upload it to Orchestrator, link it to the test case in Test Manager, and run it."
Verify a hotfix with the smoke suite
"The hotfix just deployed to production. Trigger the smoke suite and tell me if everything passed."
Elaboración de informes.
Generate a release readiness report
"Generate a release manager report for test set [name] — I need a go/no-go summary before tonight's sign-off meeting."
Generate a QA regression report
"Generate a QA report for the latest test set execution and highlight any tests that were passing before but are now failing."
Generate a developer report with failure details
"Generate a developer report for today's run and include the failing assertion message for each test case."
Ver también
- Using UiPath CLI with Coding Agents — agent setup and skills install.
- Operate with UiPath for Coding Agents — operational use cases across folders, jobs, queues, and more.
- uip tm reference — full command reference for the Test Manager tool.
- Managing tools and skills — installing and updating tools and skills.
- Skills — the skill model that drives this behavior.