Skip to main content

Test Case Library

The Test Cases page (/testcases) is the central repository for every test case in the active project — whether generated by AI or created manually.

Test Cases Library showing the stats badges (Active, Automated %, Coverage %), search bar, and the list of test cases with code, title, suite, and status columns

Test case anatomy

FieldDescription
CodeAuto-assigned unique identifier: TC-001, TC-002, …
TitleShort description of what is being tested
BDD contentGherkin scenarios (Given/When/Then)
StatusDRAFT, READY, or DEPRECATED
PriorityHIGH, MEDIUM, or LOW
LayerUI, API, Unit, or E2E
SuiteLogical grouping label within the project
TagsFree-form labels for filtering and reporting
Automation statusMANUAL, IN_PROGRESS, AUTOMATED, FLAKY, or ARCHIVED
Linked ticketsJira / Linear / ADO issues this test case covers

Organizing test cases

Test cases are grouped by module — a named section of your project (e.g., "Authentication", "Checkout", "Admin Panel"). Define modules in Settings → Projects → Modules.

Drag and drop test cases between modules to reorganize. Order is preserved across sessions.

Status workflow

BDD viewer

Click the BDD icon on any test case to open the Gherkin content in a formatted viewer. Edit the content inline and save to create a new version.

BDD viewer panel open on a test case — shows the Gherkin scenarios (Given/When/Then) with the inline editor and version history button

Version history

Every save creates an immutable version snapshot. Click the history icon to browse all previous versions and restore any of them.

Bulk operations

Select multiple test cases using the checkbox column to:

ActionResult
MoveReassign to a different project
ArchiveBulk-set status to DEPRECATED
CloneDuplicate selected test cases
Re-tagApply or replace tags across the selection
ExportDownload as Excel (.xlsx)

Filters

The filter bar narrows the list by status, priority, layer, automation status, tag, and module. The text search matches title, BDD content, and ticket keys.

Filter bar zoomed in — All Tickets, All Suites, All Layers, Labels, All Automation, All Priorities, All Results dropdowns

Export to Excel

Click Export to download all visible test cases as a spreadsheet with columns for code, title, status, priority, layer, suite, tags, and BDD content. Useful for sharing with stakeholders or importing into other tools.