create_manual_test_case
Document new test scenarios, features, or requirements by adding test steps, preconditions, and postconditions, along with priority, severity, and type metadata.
Instructions
Create a new manual test case. Use this to document new test scenarios, features, or requirements. Supports adding test steps, preconditions, postconditions, and metadata like priority, severity, and type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags to add to your test cases. | |
| type | No | Test case type. | |
| flags | No | Automation flags/checklist options. | |
| layer | No | Test layer. | |
| steps | No | Array of test steps. For Classic format: action, expectedResult, and optional data. For Gherkin format: event and stepDescription. Each top-level step can include attachments as URLs or local file paths. | |
| title | Yes | Test case title (Required). A clear, descriptive title for the test case. | |
| status | No | Test case status. | |
| behavior | No | Test behavior type. | |
| priority | No | Test case priority level. | |
| severity | No | Test case severity level. | |
| projectId | Yes | Project ID (Required). The TestDino project identifier. | |
| suiteName | Yes | Test suite name (Required). The suite where this test case will be created. Use list_manual_test_suites to find suite names. | |
| attachments | No | Array of attachment URLs or file paths (up to 10MB each). | |
| description | No | Detailed description of what this test case validates. | |
| customFields | No | Custom fields as key-value pairs. Only available if custom fields are configured in test case management settings. | |
| preconditions | No | Prerequisites or setup required before executing this test case. | |
| postconditions | No | Expected state or cleanup actions after executing this test case. | |
| automationStatus | No | Automation status of the test case. | |
| testStepsDeclarationType | No | Type of test steps declaration format. |