update_test_step_execution
Update a single test step execution result within a test case execution by specifying the test cycle ID and step execution ID to modify execution result, actual result, or comment.
Instructions
Update a single step-level execution result within a test case execution. testStepExecutionId comes from get_test_cycle_executions step data. Returns 200 with updated step data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cycleId | Yes | Test cycle ID | |
| testStepExecutionId | Yes | Test step execution ID | |
| executionResultId | No | Execution result ID | |
| actualResult | No | Actual result text | |
| comment | No |