alm_get_test_config
Retrieves the test configuration ID for a given test case, necessary for creating test runs in HP ALM.
Instructions
Get the test configuration ID for a test case (required internally to create test runs).
Args: test_id: ALM ID of the test case.
Returns: {"found": true/false, "test_config_id": "", "test_id": ""}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| test_id | Yes |