add_case
Create new test cases in TestRail by specifying section, title, and optional details like steps, expected results, and priority.
Instructions
Create a new test case
Input Schema
TableJSON 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) | |
| custom_steps_separated | No | Separated test steps (optional). Array of step objects with content/expected or shared_step_id |