KATATANDocs
ENJA
Open App ›
Docs/Get Started/Create a test case
187 words · 1 min read

Create a test case

With the MCP agent set up, ask your AI assistant to generate test cases from your spec.

Using your AI agent

  1. Open the spec in the Katatan dashboard
  2. Copy the spec UUID from the spec detail page (e.g. spec_01ABC...)
  3. Tell your AI assistant (e.g. Claude, Cursor, Kiro) to create test cases using that UUID:
Create test cases for Katatan spec spec_01ABC...

The agent fetches the spec via MCP and writes test cases with title, preconditions, steps, and expected results directly into Katatan.

Reviewing cases in the browser

  1. Open the spec in the Katatan dashboard
  2. Review the generated test cases
  3. Edit any case inline if needed

Fields

Field Required Description
Title Yes What is being verified
Preconditions No Required state before the test
Steps Yes Numbered actions to perform
Expected result Yes Pass criteria
Tags No Labels for filtering and grouping