- Get started
- Best practices
- Capabilities
- Skills
- CLI
- Examples
- Examples overview
- Recipe: build an agent
- Recipe: automate with RPA
- Recipe: enter data into a web app
- Recipe: extract data from a desktop app
- Recipe: refactor and test a workflow
- Recipe: a queue-based process with REFramework
- Recipe: build a Maestro Flow
- Recipe: coded app and API workflow
- Recipe: verify a release with Test Manager
- Recipe: extract data from documents with IXP
- Advanced
- Help
UiPath Test Manager tracks test cases, executions, and coverage status for your automation project. With a coding agent, you can query results, trigger test sets, and generate reports directly from the terminal — without switching context or manually copying data.
What's supported
- Querying test cases, execution results, and coverage status
- Creating manual test cases with specific steps
- Updating test case metadata and pushing execution results back to Test Manager
- Triggering test sets and monitoring execution status
- Generating persona-tailored reports — Quality Assurance (QA) Engineer, Developer, and Release Manager views
- Publishing and linking automations end to end: packing a project, uploading to Orchestrator, and binding to a test case
The skill behind it
This work is powered by the uipath-test skill, which your coding agent auto-selects when you ask it to work with Test Manager. You can see it alongside the rest in the Skills catalog.
A typical starting prompt
A first request might look like this: "The hotfix for the order module has just been deployed to production. Trigger the smoke test set from Test Manager and tell me if everything passed."
A follow-up request might look like this: "Generate a release manager report from Test Manager for test set [name] — I need a go/no-go summary before tonight's sign-off meeting."
From there you refine conversationally — asking for a report, drilling into failures, or following up on specific test cases.
Go deeper
For setup steps, the full command reference, and all example prompts, see Test with UiPath for Coding Agents in the Test Manager documentation.
For a hands-on walkthrough, see Recipe: verify a release with Test Manager.