test-manager
2.2510
true
Test Manager user guide
- Getting started
- Project management
- Documents
- Working with Change Impact Analysis
- Create test cases
- Automate test cases
- Configuring test cases for execution
- Linking test cases in Studio to Test Manager
- Assigning test cases to requirements
- Document test cases with Task Capture
- Importing manual test cases
- Cloning test cases
- Exporting test cases
- Manual test cases
- Parameters
- Delete test cases
- Applying filters and views
- Project operations and utilities
- Test Manager settings
- ALM tool integration
- API integration
- Troubleshooting
Test Manager URL syntax for API calls, including base URL composition and organization and tenant name patterns in Automation Suite.
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}/{organizationName}/{tenantName}/testmanager_.
- 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.