Add a test step
qtest_add_test_stepAdd a test step with action and expected result to an existing test case by specifying project ID, test case ID, and the step description. Optionally include the expected result for verification.
Instructions
Append a single test step (action + expected result) to an existing test case.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expected | No | Expected result. | |
| projectId | Yes | Numeric project ID. | |
| testCaseId | Yes | Test case ID. | |
| description | Yes | Step action / description. |