alm_find_test_instance
Locate a test instance in a test set by matching the test case name (partial match supported). Returns test instance ID and confirmation of found status.
Instructions
Find a test instance inside a test set by test case name (partial match supported).
Args: test_set_id: ID of the test set. test_case_name: Name of the test case (exact or partial match).
Returns: {"found": true/false, "test_instance_id": "", "test_case_name", "test_set_id"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| test_set_id | Yes | ||
| test_case_name | Yes |