get_test_steps
Retrieve test steps for a specific test case with paginated results, supporting up to 100 items per page.
Instructions
Get test steps for a test case (paged response, 100 items per page)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| testCaseKey | Yes | Test case key (format: [A-Z]+-T[0-9]+) | |
| maxResults | No | Maximum number of steps to return (default: 50, max: 100) | |
| startAt | No | Starting position for pagination (default: 0) |