test-suite
2022.10
false
- Getting Started
- Studio
- Orchestrator
- Testing robots
- Test Manager
Test Manager URL
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。

Test Suite User Guide
上次更新日期 2025年5月14日
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://{yourDomain}/{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.