alm_find_test_by_name
Retrieve a test case ID from HP ALM by providing its exact test name. Returns found status along with test ID and name.
Instructions
Look up a test case ID by its exact name.
Args: test_name: Exact name of the test case in ALM.
Returns: {"found": true/false, "test_id": "", "test_name": ""}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| test_name | Yes |