create_test_steps
Add one or more test steps to a specific version of a test case. Each step requires step details, with optional expected result and test data. Returns created step IDs.
Instructions
Add one or more test steps to a specific version of a test case. Each step has stepDetails (required), expectedResult, and testData. Returns the created step objects with their IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Test case ID | |
| versionNo | Yes | Test case version number | |
| steps | Yes | Steps to create |