get_defect_test_cases
Retrieve test cases affected by a specific defect to identify impacted scenarios and understand failure patterns.
Instructions
Get the test cases affected by a specific defect. Use this to understand which test scenarios are impacted by the failure pattern.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Defect ID. Must be a number (integer), not a string. | |
| page | No | Page number, 0-based. | |
| size | No | Page size. |