alm_add_test_to_set
Add a test case from Test Plan to a Test Lab test set, specifying its initial run status.
Instructions
Pull (add) a test case from Test Plan into a Test Lab test set.
This is the 'Move TC from Test Plan to Test Lab' operation in ALM.
Args: test_set_id: ID of the target test set. test_id: ID of the test case in Test Plan. status: Initial run status — 'No Run', 'Passed', 'Failed', 'Blocked'.
Returns: {"success": true/false, "test_instance_id": "", "test_set_id", "test_id"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| test_set_id | Yes | ||
| test_id | Yes | ||
| status | No | No Run |