Skip to main content
Glama

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
NameRequiredDescriptionDefault
projectIdYesProject ID (Required). The TestDino project identifier.
titleYesTest case title (Required). A clear, descriptive title for the test case.
suiteIdYesTest suite ID (Required). The suite where this test case will be created. Use list_manual_test_suites to find suite IDs.
descriptionNoDetailed description of what this test case validates.
preconditionsNoPrerequisites or setup required before executing this test case.
postconditionsNoExpected state or cleanup actions after executing this test case.
stepsNoArray of test steps. Each step should have action, expectedResult, and optional data fields.
priorityNoTest case priority level.
severityNoTest case severity level.
typeNoTest case type.
layerNoTest layer.
behaviorNoTest behavior type.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/testdino-inc/testdino-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server