alm_find_test_set
Locate a test set in HP ALM Test Lab by its exact name and retrieve its unique ID.
Instructions
Find a test set in Test Lab by its exact name and return its ID.
Args: test_set_name: Exact name of the test set.
Returns: {"found": true/false, "test_set_id": "", "test_set_name": ""}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| test_set_name | Yes |