PUT /testrun/{id}/iteration/{iterationId}

Update all values from an iteration in a Test Run.
The user can update the iteration status and the Test Step results of that iteration.

Servers

Path parameters

Name Type Required Description
id String Yes

The id of the Test Run

iterationId String Yes

The id of the iteration

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
steps[] Array No
steps[].id Integer No
steps[].comment String No
steps[].evidences Object No
steps[].evidences.remove[] Array No
steps[].evidences.add[] Array No
steps[].evidences.add[].data String No
steps[].evidences.add[].contentType String No
steps[].evidences.add[].filename String No
steps[].defects Object No
steps[].defects.remove[] Array No
steps[].defects.add[] Array No
steps[].actualResult String No
steps[].status String No
status String No

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.