test-manager
latest
false
- Getting started
- Project management
- Documents
- Change Impact Analysis
- Requirements
- Assigning test cases to requirements
- Linking test cases in Studio to Test Manager
- Delete test cases
- Document test cases with Task Capture
- Create test cases
- Importing manual test cases
- Generate tests for requirements
- Cloning test cases
- Exporting test cases
- Automate test cases
- Manual test cases
- Applying filters and views
- Test sets
- Scheduling executions
- Executing tests
- Searching with Autopilot
- Project operations and utilities
- Test Manager settings
- ALM tool integration
- API integration
- Troubleshooting
Test Manager URL

Test Manager user guide
Last updated Mar 13, 2025
Test Manager URL
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.