Test Steps
This chapter focuses on services for the test steps.
Get test step
A GET
to /test-steps/{id}
returns the test step with the given id, this step can be either an action step, a call step, or a keyword step.
Path parameters
Snippet path-parameters not found for operation::RestTestStepControllerIT/get-action-step
HTTP request
Snippet http-request not found for operation::RestTestStepControllerIT/get-action-step
Request parameters
Snippet request-parameters not found for operation::RestTestStepControllerIT/get-action-step
-
In case of an action step :
HTTP response
Snippet http-response not found for operation::RestTestStepControllerIT/get-action-step
Response fields
Snippet response-fields not found for operation::RestTestStepControllerIT/get-action-step
Links
Snippet links not found for operation::RestTestStepControllerIT/get-action-step
-
In case of a call step :
HTTP response
Snippet http-response not found for operation::RestTestStepControllerIT/get-call-step
Response fields
Snippet response-fields not found for operation::RestTestStepControllerIT/get-call-step
Links
Snippet links not found for operation::RestTestStepControllerIT/get-call-step
-
In case of a keyword step :
HTTP response
Snippet http-response not found for operation::RestTestStepControllerIT/get-keyword-step
Response fields
Snippet response-fields not found for operation::RestTestStepControllerIT/get-keyword-step
Links
Snippet links not found for operation::RestTestStepControllerIT/get-keyword-step
Modify test step
A PATCH
to /test-steps/{id}
modifies the test step with the given id.
Path parameters
Snippet path-parameters not found for operation::RestTestStepControllerIT/patch-action-test-step
Request parameters
Snippet request-parameters not found for operation::RestTestStepControllerIT/patch-action-test-step
-
In case of an action step :
HTTP request
Snippet http-request not found for operation::RestTestStepControllerIT/patch-action-test-step
Request fields
Snippet request-fields not found for operation::RestTestStepControllerIT/patch-action-test-step
HTTP response
Snippet http-response not found for operation::RestTestStepControllerIT/patch-action-test-step
Response fields
Snippet response-fields not found for operation::RestTestStepControllerIT/patch-action-test-step
Links
Snippet links not found for operation::RestTestStepControllerIT/patch-action-test-step
-
In case of a call step :
HTTP request
Snippet http-request not found for operation::RestTestStepControllerIT/patch-call-test-step
Request fields
Snippet request-fields not found for operation::RestTestStepControllerIT/patch-call-test-step
HTTP response
Snippet http-response not found for operation::RestTestStepControllerIT/patch-call-test-step
Response fields
Snippet response-fields not found for operation::RestTestStepControllerIT/patch-call-test-step
Links
Snippet links not found for operation::RestTestStepControllerIT/patch-call-test-step
-
In case of a keyword step :
HTTP request
Snippet http-request not found for operation::RestTestStepControllerIT/patch-keyword-test-step
Request fields
Snippet request-fields not found for operation::RestTestStepControllerIT/patch-keyword-test-step
HTTP response
Snippet http-response not found for operation::RestTestStepControllerIT/patch-keyword-test-step
Response fields
Snippet response-fields not found for operation::RestTestStepControllerIT/patch-keyword-test-step
Links
Snippet links not found for operation::RestTestStepControllerIT/patch-keyword-test-step
Delete test step
A DELETE
to /test-steps/{ids}
deletes the test steps with the given ids.
Path parameters
Snippet path-parameters not found for operation::RestTestStepControllerIT/delete-test-step
HTTP request
Snippet http-request not found for operation::RestTestStepControllerIT/delete-test-step
Create test step
A POST
to /test-cases/{testCaseId}/steps
creates a new test step (action step or call step).
Path parameters
Snippet path-parameters not found for operation::RestTestStepControllerIT/post-action-test-step
Request parameters
Snippet request-parameters not found for operation::RestTestStepControllerIT/post-action-test-step
-
In case of an action step :
HTTP request
Snippet http-request not found for operation::RestTestStepControllerIT/post-action-test-step
Request fields
Snippet request-fields not found for operation::RestTestStepControllerIT/post-action-test-step
HTTP response
Snippet http-response not found for operation::RestTestStepControllerIT/post-action-test-step
Response fields
Snippet response-fields not found for operation::RestTestStepControllerIT/post-action-test-step
Links
Snippet links not found for operation::RestTestStepControllerIT/post-action-test-step
-
In case of a call step :
HTTP request
Snippet http-request not found for operation::RestTestStepControllerIT/post-call-test-step
Request fields
Snippet request-fields not found for operation::RestTestStepControllerIT/post-call-test-step
HTTP response
Snippet http-response not found for operation::RestTestStepControllerIT/post-call-test-step
Response fields
Snippet response-fields not found for operation::RestTestStepControllerIT/post-call-test-step
Links
Snippet links not found for operation::RestTestStepControllerIT/post-call-test-step
-
In case of a keyword step :
HTTP request
Snippet http-request not found for operation::RestTestStepControllerIT/post-keyword-test-step
Request fields
Snippet request-fields not found for operation::RestTestStepControllerIT/post-keyword-test-step
HTTP response
Snippet http-response not found for operation::RestTestStepControllerIT/post-keyword-test-step
Response fields
Snippet response-fields not found for operation::RestTestStepControllerIT/post-keyword-test-step
Links
Snippet links not found for operation::RestTestStepControllerIT/post-keyword-test-step