alm_add_design_steps
Add design steps to a checked-out test case in HP ALM. Specify steps with name, description, and expected result, optionally replacing existing steps.
Instructions
Add design steps to a test case (test must already be checked out).
Args: test_id: ALM ID of the test case (must be in Checked_Out state). steps: List of steps, each a dict with "name", "description", "expected". Example: [{"name": "Step 1", "description": "Open browser", "expected": "Browser opens"}] delete_existing: If true, deletes all current steps before adding new ones.
Returns: {"test_id": "", "steps_added": , "delete_existing": true/false}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| test_id | Yes | ||
| steps | Yes | ||
| delete_existing | No |