test-manager
latest
false
- Getting started
- Project management
- Documents
- Working with Change Impact Analysis
- 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
- Searching with Autopilot
- Project operations and utilities
- Test Manager settings
- ALM tool integration
- API integration
- Troubleshooting

Test Manager user guide
Last updated Feb 18, 2026
All Test Manager API calls are made using HTTP methods to the Test Manager URL.
The Test Manager URL has the following syntax template:
- Base URL +
/{organization_name}/{tenant-name}/testmanager_/.
The base URL is composed as follows:
- Base URL = protocol +
://+ hostname, for examplehttps://cloud.uipath.com/{organizationName}/{tenantName}/testmanager_.
The host name is the one set at installation.
Note: It is recommended to encrypt the data you send via API calls, by using the
https protocol.