get_test_record
Get full details of a specific test-case iteration in a test run, such as execution comment and test-case revision.
Instructions
Get full detail of one test-case iteration inside a test run: execution comment and test-case revision.
Use list_test_records for run-wide summaries, get_test_run for run metadata. comment_html carries the record's raw HTML comment; plain-text comments return as-is. Verify coordinates via list_test_records if not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| iteration | No | Record iteration number (0-based). | |
| project_id | Yes | Polarion project ID. | |
| test_run_id | Yes | Test run ID (e.g. 'TR-2026-01'). | |
| test_case_id | Yes | Full test case work item ID 'project/WI-id' as returned by list_test_records. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| result | No | ||
| duration | No | ||
| executed | No | ||
| defect_id | No | ||
| iteration | No | ||
| project_id | Yes | ||
| test_run_id | Yes | ||
| comment_html | No | ||
| test_case_id | Yes | ||
| executed_by_id | No | ||
| executed_by_name | No | ||
| test_case_revision | No |