UiPath Documentation
coding-agents
latest
false
UiPath for Coding Agents user guide
  • Get started
    • Overview
    • Install and set up
    • Choosing your agent
    • Where to run your coding agent
    • Your first build
  • Best practices
  • Capabilities
  • Skills
  • CLI
  • Examples
  • Advanced
  • Help

Recipe: verify a release with Test Manager

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

  • Prerequisites
  • Run the check
  • Result
  • See also

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated