alm_get_test_version_status
Retrieve the version control status of a test case, indicating whether it is checked in or checked out.
Instructions
Get the version control status of a test case (Checked_In or Checked_Out).
Args: test_id: ALM ID of the test case.
Returns: {"test_id": "", "vc_status": "Checked_In" | "Checked_Out" | null}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| test_id | Yes |