get_test_cases_for_test_plan
List test cases attached to a TestLink test plan with their execution status. Use filters like build, assignee, or status to narrow results.
Instructions
List the test cases (with execution status) attached to a test plan (tl.getTestCasesForTestPlan).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| buildId | No | ||
| executed | No | ||
| keywordId | No | ||
| assignedTo | No | ||
| testCaseId | No | ||
| testPlanId | Yes | ||
| getStepsInfo | No | ||
| executeStatus | No | 'p' pass, 'f' fail, 'b' blocked, 'n' not run |