Campaign Test Plan Items
This chapter focuses on services for the campaign test plan items. A campaign test plan item represents a test case that has been planned in a campaign test plan. It belongs to a campaign and binds together the test case to execute with a dataset (optional) and an assigned user (optional).
Get campaign test plan item
A GET
to /campaign-test-plan-items/{id}
returns the campaign test plan item with the given id.
Path parameters
Snippet path-parameters not found for operation::RestCampaignTestPlanItemControllerIT/get-campaign-test-plan-item
HTTP request
Snippet http-request not found for operation::RestCampaignTestPlanItemControllerIT/get-campaign-test-plan-item
Request parameters
Snippet request-parameters not found for operation::RestCampaignTestPlanItemControllerIT/get-campaign-test-plan-item
HTTP response
Snippet http-response not found for operation::RestCampaignTestPlanItemControllerIT/get-campaign-test-plan-item
Response fields
Snippet response-fields not found for operation::RestCampaignTestPlanItemControllerIT/get-campaign-test-plan-item
Links
Snippet links not found for operation::RestCampaignTestPlanItemControllerIT/get-campaign-test-plan-item
Create campaign test plan item
A POST
to /campaign/{id}/test-plan
creates a new entry in the test plan of the campaign with the given id. The entry must
reference a test case, and optionally for which dataset and which assignee. If specified, the dataset must belong
to the referenced Test Case. The dataset and/or assignee may be undefined or null if you don’t want to set them yet.
Path parameters
Snippet path-parameters not found for operation::RestCampaignTestPlanItemControllerIT/post-add-campaign-test-plan-item
HTTP request
Snippet http-request not found for operation::RestCampaignTestPlanItemControllerIT/post-add-campaign-test-plan-item
Request fields
Snippet request-fields not found for operation::RestCampaignTestPlanItemControllerIT/post-add-campaign-test-plan-item
HTTP response
Snippet http-response not found for operation::RestCampaignTestPlanItemControllerIT/post-add-campaign-test-plan-item
Modify campaign test plan item
A Patch
to /campaign-test-plan-items/{id}
modifies the campaign test plan item with the given id. You can modify dataset or assigned_to or both. A property left absent from the json payload will not be altered, if present with a null value they will be reset. You cannot change the planned test case.
Path parameters
Snippet path-parameters not found for operation::RestCampaignTestPlanItemControllerIT/patch-modify-campaign-test-plan-item
HTTP request
Snippet http-request not found for operation::RestCampaignTestPlanItemControllerIT/patch-modify-campaign-test-plan-item
Request fields
Snippet request-fields not found for operation::RestCampaignTestPlanItemControllerIT/patch-modify-campaign-test-plan-item
HTTP response
Snippet http-response not found for operation::RestCampaignTestPlanItemControllerIT/patch-modify-campaign-test-plan-item
Delete campaign test plan item
A DELETE
to /campaign-test-plan-items/{testPlanItemsIds}
deletes one or several campaign test plan items with the given id(s).
Path parameters
Snippet path-parameters not found for operation::RestCampaignTestPlanItemControllerIT/delete-campaign-test-plan-item
HTTP request
Snippet http-request not found for operation::RestCampaignTestPlanItemControllerIT/delete-campaign-test-plan-item