Number of APIs: 5
1. Add variables to a test suite
POST https://{{host}}/test-management/v3/functional/test-suites/:testSuiteId/variables
Adds new variables to a test suite. You can use variables in a test request's URL or request headers and in condition expression, as a substitute of placeholders. To learn more, see Variables. The operation responds with a partial-success 207 response.
GET https://{{host}}/test-management/v3/functional/test-suites/:testSuiteId/variables
Lists variables created in a test suite.
PUT https://{{host}}/test-management/v3/functional/test-suites/:testSuiteId/variables
Updates variables in a test suite. The operation responds with a partial-success 207 response.
POST https://{{host}}/test-management/v3/functional/test-suites/:testSuiteId/variables/remove
Deletes unused variables from a test suite. The operation responds with a partial-success 207 response.
GET https://{{host}}/test-management/v3/functional/test-suites/:testSuiteId/variables/:variableId
Returns details of a variable used in a test suite.
ENDPOINTS