alm_create_test_run
Create a manual test run record in HP ALM for an existing test instance, setting initial status and optionally assigning a peer reviewer.
Instructions
Create a manual test run record for an existing test instance.
Args: test_id: ALM ID of the test case. test_set_id: ALM ID of the test set (cycle). test_instance_id: ALM ID of the test instance inside the test set. test_name: Display name/label for this run. status: Initial status — 'Not Completed', 'Passed', 'Failed', 'Blocked'. peer_reviewer: Optional ALM username to set as peer reviewer (user-template-06 field).
Returns: {"success": true/false, "test_run_id": "", "test_name", "status"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| test_id | Yes | ||
| test_set_id | Yes | ||
| test_instance_id | Yes | ||
| test_name | Yes | ||
| status | No | Not Completed | |
| peer_reviewer | No |