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

Create a test spec

A test spec describes the scope and perspectives of what you want to test. Test cases belong to a spec.

Steps

  1. Open your project and click New spec
  2. Enter a title (e.g. Login Flow)
  3. Add a description to explain the purpose and scope of the spec
  4. Click Create

The spec is now ready to hold test cases.

Fields

Field Description
Title What is being tested (e.g. "Login Flow")
Description Purpose, scope, and any relevant context
Tags Optional labels for filtering

TIP We recommend splitting specs by feature or service domain. Each spec can hold up to 10,000 test cases, but for best results with AI agents — especially when searching or referencing test cases — keep each spec scoped to a single cohesive area so the agent can locate relevant cases efficiently.