test-manager
latest
false
- Getting started
- Project management
- Documents
- Working with Change Impact Analysis
- Create test cases
- Assigning test cases to requirements
- Cloning test cases
- Exporting test cases
- Linking test cases in Studio to Test Manager
- Delete test cases
- Manual test cases
- Importing manual test cases
- Document test cases with Task Capture
- Parameters
- Enabling governance at project level
- Disabling governance at project level
- Enabling governance at test-case level
- Disabling governance at test-case level
- Managing approvers for governed test cases
- Managing governed test cases in the In Work state
- Managing governeed test cases in the In Review state
- Managing governed objects in the Signed state
- Managing comments for governed test cases
- Applying filters and views
- Importing Orchestrator test sets
- Creating test sets
- Adding test cases to a test set
- Assigning default users in test set execution
- Enabling activity coverage
- Enabling Healing Agent
- Configuring test sets for specific execution folders and robots
- Overriding parameters
- Cloning test sets
- Exporting test sets
- Applying filters and views
- Accessibility testing for Test Cloud
- Searching with Autopilot
- Project operations and utilities
- Test Manager settings
- ALM tool integration
- API integration
- Coding Agents for Testing
- Test with UiPath for Coding Agents
- Troubleshooting
Test Manager user guide
Note:
This feature is in Preview. Preview features are not supported for production use and may have limited functionality.
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. Once set up, your coding agent can:
- Query test cases, execution results, and coverage status
- Push execution results back to Test Manager and update test case metadata
- Trigger test sets and track execution status
- Generate persona-tailored reports for Quality Assurance (QA) Engineers, Developers, and Release Managers
Set up
Prerequisites:
- UiPath CLI installed and authenticated. See Install and set up in the Coding Agents documentation.
- UiPath skills installed for your coding agent. See Install and set up for the install command per agent.
- 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.
Note:
After a CLI upgrade, run uip skills update --agent <name> to pick up newly published Test Manager skills.
Result
Your coding agent can now run uip tm commands. Two skills are available through the uipath-test skill bundle:
| Skill | What it does |
|---|---|
| Publish and link automation | Packs a UiPath project, uploads it to Orchestrator, and binds it to a 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 for QA Engineers, Developers, and Release Managers. |
What you can ask the agent
Describe what you need in plain language. The agent selects the appropriate uip tm commands.
Read and audit
| Goal | Example prompt |
|---|---|
| Daily test summary | "Summarize yesterday's test run, list all failures, and coverage gaps." |
| Coverage check | "Which business-critical requirements have no automation coverage or haven't been validated recently?" |
| Stale test audit | "Find test cases that haven't been executed in the last 30 days." |
Create and execute
| Goal | Example prompt |
|---|---|
| Generate test cases | "A new invoice module was added this sprint with no coverage. Generate smoke test cases for the key flows and add them to the regression suite." |
| Trigger and verify | "The hotfix just deployed. Trigger the smoke test set and tell me if everything passed." |
| Link and run | "Pack my project, upload it to Orchestrator, link it to the test case in Test Manager, and run it." |
Report
| Goal | Example prompt |
|---|---|
| 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." |
| QA regression report | "Generate a QA report for the latest execution and highlight tests that were passing before but are now failing." |
| Developer report | "Generate a developer report for today's run and include the failing assertion message for each test case." |
See also
- uip tm reference — full command reference for the Test Manager tool.
- Install and set up — install the CLI and skills.
- Skills catalog — the full list of available UiPath skills.