Update test case
update_test_caseUpdate an existing test case in QA Touch by editing only supplied fields, with support for exploratory, BDD, or steps templates.
Instructions
Update an existing test case. template must match the case style: exploratory, bdd (featureScript required) or steps (stepsTemplate required). Only provided fields are sent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Mode | |
| type | No | Test case type | |
| caseKey | Yes | Key of the test case to update | |
| estimate | No | Estimate | |
| priority | No | Priority | |
| template | Yes | Test case template | |
| caseTitle | No | Title | |
| reference | No | Reference | |
| projectKey | Yes | Project key | |
| sectionKey | No | Module (section) key | |
| description | No | Description | |
| precondition | No | Precondition | |
| featureScript | No | Gherkin feature script (template `bdd`) | |
| stepsTemplate | No | Structured steps (template `steps`) |