test-suite
2023.10
false
- Getting Started with Test Suite
- Studio
- Orchestrator
- Testing robots
- Test Manager
Important :
The Test Suite guide has been deprecated. For the latest documentation on Test Manager and UiPath testing capabilities, visit the Test Manager guide.

DEPRECATED
Test Suite User Guide
Last updated Sep 18, 2025
Test Manager URL
linkAll 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://{yourDomain}
.
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.