Automated Suites
This chapter focuses on services for the automated suites.
Get all automated suites
A GET
to /automated-suites
returns all the automated suites that the client is allowed to read.
HTTP request
Snippet http-request not found for operation::RestAutomatedSuiteControllerIT/browse-automated-suite
Request parameters
Snippet request-parameters not found for operation::RestAutomatedSuiteControllerIT/browse-automated-suite
HTTP response
Snippet http-response not found for operation::RestAutomatedSuiteControllerIT/browse-automated-suite
Response fields
Snippet response-fields not found for operation::RestAutomatedSuiteControllerIT/browse-automated-suite
Links
Snippet links not found for operation::RestAutomatedSuiteControllerIT/browse-automated-suite
Get automated suite
A GET
to /automated-suites/{id}
returns the automated suite with the given id.
Path parameters
Snippet path-parameters not found for operation::RestAutomatedSuiteControllerIT/get-automated-suite
HTTP request
Snippet http-request not found for operation::RestAutomatedSuiteControllerIT/get-automated-suite
Request parameters
Snippet request-parameters not found for operation::RestAutomatedSuiteControllerIT/get-automated-suite
HTTP response
Snippet http-response not found for operation::RestAutomatedSuiteControllerIT/get-automated-suite
Response fields
Snippet response-fields not found for operation::RestAutomatedSuiteControllerIT/get-automated-suite
Links
Snippet links not found for operation::RestAutomatedSuiteControllerIT/get-automated-suite
Get automated execution extenders of automated suite
A GET
to /automated-suites/{id}/executions
returns all the automated execution extenders related to the automated suite with the given id.
Path parameters
Snippet path-parameters not found for operation::RestAutomatedSuiteControllerIT/get-automated-suite-executions
HTTP request
Snippet http-request not found for operation::RestAutomatedSuiteControllerIT/get-automated-suite-executions
Request parameters
Snippet request-parameters not found for operation::RestAutomatedSuiteControllerIT/get-automated-suite-executions
HTTP response
Snippet http-response not found for operation::RestAutomatedSuiteControllerIT/get-automated-suite-executions
Response fields
Snippet response-fields not found for operation::RestAutomatedSuiteControllerIT/get-automated-suite-executions
Links
Snippet links not found for operation::RestAutomatedSuiteControllerIT/get-automated-suite-executions
Create automated suite from iteration
A POST
to /automated-suite-utils/from-iteration
creates a new automated suite with the given iteration id in request parameters.
HTTP request
Snippet http-request not found for operation::RestAutomatedSuiteControllerIT/create-automated-suite-from-iteration
Request parameters
Snippet request-parameters not found for operation::RestAutomatedSuiteControllerIT/create-automated-suite-from-iteration
HTTP response
Snippet http-response not found for operation::RestAutomatedSuiteControllerIT/create-automated-suite-from-iteration
Response fields
Snippet response-fields not found for operation::RestAutomatedSuiteControllerIT/create-automated-suite-from-iteration
Links
Snippet links not found for operation::RestAutomatedSuiteControllerIT/create-automated-suite-from-iteration
Create automated suite from iteration test plan items
A POST
to /automated-suite-utils/from-iteration-test-plan-items
creates a new automated suite with the given the list of item id in request parameters.
HTTP request
Snippet http-request not found for operation::RestAutomatedSuiteControllerIT/create-automated-suite-from-iteration-test-plan-items
Request parameters
Snippet request-parameters not found for operation::RestAutomatedSuiteControllerIT/create-automated-suite-from-iteration-test-plan-items
HTTP response
Snippet http-response not found for operation::RestAutomatedSuiteControllerIT/create-automated-suite-from-iteration-test-plan-items
Response fields
Snippet response-fields not found for operation::RestAutomatedSuiteControllerIT/create-automated-suite-from-iteration-test-plan-items
Links
Snippet links not found for operation::RestAutomatedSuiteControllerIT/create-automated-suite-from-iteration-test-plan-items
Create automated suite from test suite
A POST
to /automated-suite-utils/from-test-suite
creates a new automated suite with the given test suite id in request parameters.
HTTP request
Snippet http-request not found for operation::RestAutomatedSuiteControllerIT/create-automated-suite-from-test-suite
Request parameters
Snippet request-parameters not found for operation::RestAutomatedSuiteControllerIT/create-automated-suite-from-test-suite
HTTP response
Snippet http-response not found for operation::RestAutomatedSuiteControllerIT/create-automated-suite-from-test-suite
Response fields
Snippet response-fields not found for operation::RestAutomatedSuiteControllerIT/create-automated-suite-from-test-suite
Links
Snippet links not found for operation::RestAutomatedSuiteControllerIT/create-automated-suite-from-test-suite
Execute automated suite
A POST
to /automated-suite-utils/{suiteId}/executor
executes the automated suite with the given id.
Path parameters
Snippet path-parameters not found for operation::RestAutomatedSuiteControllerIT/execute-automated-suite
HTTP request
Snippet http-request not found for operation::RestAutomatedSuiteControllerIT/execute-automated-suite
Request parameters
Snippet request-parameters not found for operation::RestAutomatedSuiteControllerIT/execute-automated-suite
HTTP response
Snippet http-response not found for operation::RestAutomatedSuiteControllerIT/execute-automated-suite
Response fields
Snippet response-fields not found for operation::RestAutomatedSuiteControllerIT/execute-automated-suite
Links
Snippet links not found for operation::RestAutomatedSuiteControllerIT/execute-automated-suite