test-manager
2025.10
true
Test Manager user guide
- Getting started
- Project management
- Project operations and utilities
- Test Manager settings
- ALM tool integration
- API integration
Test Manager URL structure and syntax for standalone deployments, covering base URL composition and the full URL template used for API calls.
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 example
https://{yourDomain}.
- hostname, for example
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.