test-suite
latest
false
- Getting Started with Test Suite
- Studio
- Orchestrator
- Testing robots
- Test Manager
- Change Impact Analysis
- Requirements
- Assigning test cases to requirements
- Linking test cases in Studio to Test Manager
- Unlink automation
- 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
- Executing tests
- Documents
- Reports
- Export data
- Bulk operations
- Searching with Autopilot
- Troubleshooting
- Test Manager API
- API version
- Test Manager URL
- API references
- API rate limits
- Permissions
Test Manager URL
Test Suite User Guide
Last updated Nov 15, 2024
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.