Update Test Case
testcase_updateUpdate test case metadata (name, description, status, tags, etc.) without modifying steps or custom fields.
Instructions
Update test case metadata (name, description, status, tags, etc.). Does NOT change steps or custom fields — use testcase_set_scenario / testcase_update_custom_fields for those.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Test case ID | |
| name | No | New name | |
| tags | No | Tags to set (replaces existing) | |
| links | No | External links | |
| external | No | Is external | |
| fullName | No | Full qualified name | |
| statusId | No | Status ID | |
| automated | No | Is automated | |
| workflowId | No | Workflow ID | |
| description | No | New description | |
| testLayerId | No | Test layer ID | |
| precondition | No | Precondition (use \n for line breaks) | |
| postcondition | No | Postcondition (use \n for line breaks) | |
| expectedResult | No | Expected result |