add_case
Add a test case to a TestRail section. Required: section ID and title. Optional: template, type, priority, estimate, milestone, references, preconditions, steps, expected result, automation status.
Instructions
Create a new test case
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| section_id | Yes | Section ID | |
| title | Yes | Test case title | |
| template_id | No | Template ID (optional) | |
| type_id | No | Test case type ID (optional) | |
| priority_id | No | Priority ID (optional) | |
| estimate | No | Time estimate (optional) | |
| milestone_id | No | Milestone ID (optional) | |
| refs | No | References/Requirements (optional) | |
| custom_preconds | No | Preconditions (optional) | |
| custom_steps | No | Test steps (optional) | |
| custom_expected | No | Expected result (optional) | |
| custom_autostat | No | Automation Status (optional) |