create_manual_test_case
Document manual test scenarios with steps, preconditions, and metadata to validate features and requirements in TestDino projects.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project ID (Required). The TestDino project identifier. | |
| title | Yes | Test case title (Required). A clear, descriptive title for the test case. | |
| suiteId | Yes | Test suite ID (Required). The suite where this test case will be created. Use list_manual_test_suites to find suite IDs. | |
| description | No | Detailed description of what this test case validates. | |
| preconditions | No | Prerequisites or setup required before executing this test case. | |
| postconditions | No | Expected state or cleanup actions after executing this test case. | |
| steps | No | Array of test steps. Each step should have action, expectedResult, and optional data fields. | |
| priority | No | Test case priority level. | |
| severity | No | Test case severity level. | |
| type | No | Test case type. | |
| layer | No | Test layer. | |
| behavior | No | Test behavior type. |