ado_testcases_list
Lists test cases assigned to a test suite, returning work item IDs and titles. Use ado_workitems_get for full details.
Instructions
List test cases assigned to a suite. Returns each test case's work item ID and title. Use ado_workitems_get for full test case details including steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Max results (default 50, max 200) | |
| planId | Yes | Test plan ID | |
| project | No | Project that owns the plan. Uses default if omitted. | |
| suiteId | Yes | Test suite ID |