A test spec describes the scope and perspectives of what you want to test. Test cases belong to a spec.
Login Flow)The spec is now ready to hold test cases.
| 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.