alm_update_run_step
Update the status and actual-result comments for a specific test run step in HP ALM.
Instructions
Update the status and actual-result comment for a single run step.
Args: test_run_id: ALM ID of the run. run_step_id: ALM ID of the run step (from alm_get_run_steps). status: 'Passed', 'Failed', 'Not Completed'. comments: Actual result / comments text to record against this step.
Returns: {"test_run_id", "run_step_id", "status", "updated": true}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| test_run_id | Yes | ||
| run_step_id | Yes | ||
| status | Yes | ||
| comments | No |