# Recipe: verify a release with Test Manager

> Trigger a Test Manager test set, wait for results, and generate a release readiness report in a single agent conversation.

This recipe uses a Test Manager project to trigger a test set execution, monitor its completion, retrieve the execution results, and generate a release readiness report — all through a single agent conversation with no manual intervention.

## Prerequisites

- The `uip` command-line interface (CLI), UiPath skills, and an authenticated session. See [Install and set up](install-and-set-up.md).
- A Test Manager project with at least one test set ready to run.

## Run the check

1. Open your coding agent in any working folder.
2. Ask it to trigger your test set:

   "The hotfix for the order module has just been deployed to production. Trigger the smoke test set from the [project name] project in Test Manager and tell me if everything passed."

   Include the project name in your prompt. Without it, the agent searches across all projects to find the test set.

3. Ask the agent for the report once the run is complete:

   "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."

4. Review the report the agent returns.

   You can ask follow-up questions or request adjustments as needed.

## Result

A release readiness summary from Test Manager, produced in the terminal without switching tools.

:::note
Exact output and report format depend on your test set configuration and the agent you're using. Confirm results against Test Manager before making release decisions.
:::

## See also

For the full list of what your coding agent can do with Test Manager — including querying coverage, generating Quality Assurance (QA) and developer reports, and linking automations — see [Tests](build-test.md).
