# Tests (Preview)

> Test Manager integration for coding agents: how to query test results, trigger test sets, and generate reports without leaving the terminal.

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](skills-catalog.md).

## 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](https://docs.uipath.com/test-manager/automation-cloud/latest/user-guide/test-with-uipath-for-coding-agents) in the Test Manager documentation.

For a hands-on walkthrough, see [Recipe: verify a release with Test Manager](recipe-verify-release-test-manager.md).
