delegate
latest
false
Delegate & Cartographer user guide
- Overview
- Quickstart
- Delegate
- Trust and compliance
- Governance
- Features
- Cartographer
- Cartographer overview
- The Cartographer interface
- Getting started with Cartographer
- Working with existing automations
- AS-IS (Current Process) documentation
- Providing documents to Cartographer
- Delegating a task
- TO-BE design and PDD generation
- Refining your PDD and the quality checklist
- Generating an SDD
- Sending SDDs to Automation Hub
- Delegate for Testing
- Reference
- Troubleshooting
- Backup and restore
Test Manager operations Delegate supports by object type, from projects and test cases to executions, reports, and labels, using natural language prompts.
Delegate drives Test Manager exclusively through the uip Command Line Interface (CLI), but you never need to type CLI syntax yourself for these operations — beyond the one-time CLI install and login covered in Setting up and running your first test case. Every operation below can be triggered with a plain natural-language prompt.
This page is a quick-reference map of exactly which Test Manager operations Delegate supports, organized by object type, so you can check what you can ask Delegate to perform.
Operations by object type
| Object type | What you can ask Delegate to do | Sample prompt |
|---|---|---|
| Projects | List, create, update, or delete a project; set a project's default folder; and manage project owners | "Create a project called Project1 in folder1." |
| Test Cases | Create, list, update, delete, or execute a test case; author or list its manual test steps; link or unlink it to an automation, or bulk-link it to every test in an Orchestrator package; list its result history; and list the test sets it belongs to | "Create a test case called TestCase1 in Project1 and link it to Automation1." |
| Test Sets | Create, update, delete, or list test sets; add or remove test cases; list the test cases in a set, or list the test sets a test case belongs to; and execute the whole set | "Add TestCase1 to TestSet1." |
| Requirements | Create, list, update, delete, or export a requirement to Excel; and list the test cases or test-case IDs covering it | "Export all requirements for Project1 to Excel." |
| Performance Testing | Create, list, update, or delete a load scenario; run a dry run or a full load test; manage load groups; and retrieve metrics and reports | "Run a dry run of the Checkout load scenario." |
| Custom Fields | Create, list, update, or delete a custom field definition; and set or list its label/value rows on an object | "Add a custom field called Priority to TestCase1." |
| Executions | List executions (filterable by status, type, or finished-date interval), list test case logs within an execution, execute one, retry one, wait for one to reach a terminal state, or retrieve aggregated pass/fail statistics | "Wait until the execution for TestSet1 finishes, then give me the pass/fail stats." |
| Test Case Logs & Test Step Logs | List assertions on a test case log, start or finish a test case log, and list test step logs | "Start a test case log for TestCase1 in Project1, then list its test step logs once it is finished." |
| Reports | Retrieve a report | "Get the report for TestSet1 in Project1." |
| Attachments & Results | Download an attachment or a result, or upload an attachment | "Download the result for TestCase1's latest execution in Project1." |
| Labels | Add an object label, for example to tag a test case log | "Add the label Sample to the test case log for TestCase1 in Project1." |
| Packages | Pack an external Playwright test suite into a NuGet package for use in Test Manager | "Pack my Playwright suite into a NuGet package." |