What you’ll learn
- How to search, sort, and filter test cases in the flat list view
- How to configure which badges display on each row
- How the Details Sheet tabs work: Overview, Attachments, History, and Linked Tests
- How to use the properties sidebar for classification and metadata
Search
Use the search bar at the top to find test cases by title. Results update as you type.Sort and Filter
Click the Options button to access sort and filter controls.| Option | Description |
|---|---|
| Sort by | Case ID (default), Last Updated, or Title |
| Direction | Ascending (1→9) or Descending (9→1) |
| Status | Filter by Active, Draft, or Deprecated |
| Priority | Filter by Critical, High, Medium, or Low |
| Automation | Filter by Manual, Automated, or To Be Automated |
Configure Display Columns
Under Options → List Options, toggle which badges appear on each test case row. You can enable up to 2 at a time:- Status, Priority, Automation, Severity, Type, Layers, Behaviour
Clear Filters
Click Clear all at the bottom of the Options dropdown to reset all filters and sorting to defaults.Details Sheet
Click any test case row to open the Details Sheet — a slide-over panel on the right side of the screen. It displays the full test case information with four tabs and a properties sidebar.
Overview Tab
The main view of the test case. All fields are editable inline — click any field to modify it.| Section | What It Shows |
|---|---|
| Description | Editable rich text area (up to 5,000 characters) |
| Pre-conditions | What must be true before executing |
| Post-conditions | Expected system state after execution |
| Steps | Ordered list of test steps with actions and expected results. Click + Add Step to add more. |
Attachments Tab
Upload and manage files attached to the test case. Drag files into the tab or click to browse.
NoteThe Attachments feature can be toggled on or off per project in Project Settings.
Versions Tab
Shows the complete version timeline for the test case.| Feature | Description |
|---|---|
| Version entries | Shows who made the change, what was modified, and when |
| Color-coded diffs | Additions in green, removals in red |
| Compare | Click the compare icon on any version to see a side-by-side diff |
| Restore | Click Restore to revert the test case to a previous version |
NoteVersion History can be toggled on or off per project in Project Settings.
Linked Tests Tab
Shows automated tests linked to this manual test case. Each linked test is displayed as an expandable accordion — click to expand and view the automated test’s execution history (status, run number, branch, and date for each run).
Click the + Link button in the upper-right corner to open the Link Automated Test popup. Search by test name or spec file, filter by All, Linked, or Unlinked tests, and select multiple tests to link at once.
| Action | How |
|---|---|
| Link tests | Click + Link → search and select tests → click Link test |
| Unlink a test | Click the delete icon next to the linked test |
TipUse the Automation view for bulk linking via drag-and-drop, Auto-Match, or Auto-Generate.
Properties Sidebar
On the right side of the Details Sheet, a sidebar displays all classification and metadata fields. Click any value to change it via dropdown.| Section | Fields |
|---|---|
| Classification | Status, Severity, Priority, Type, Layer, Behavior, Automation Status |
| Automation flags | To Be Automated, Is Flaky, Is Muted (checkboxes) |
| Organization | Tags (view and manage) |
| Custom Fields | Any project-specific fields from Project Settings |
| Metadata | Created by, Created date (read-only) |
Print Test Case
Click the print icon in the top-right corner of the Details Sheet to generate a printable PDF of the test case. The PDF includes the test case ID, title, suite, all classification fields, automation status, description, pre/post-conditions, and test steps.
TipUse Bulk Actions to print multiple test cases at once.
Navigate Between Test Cases
At the bottom of the Details Sheet:| Control | Description |
|---|---|
| Previous / Next arrows | Navigate between test cases in the current list |
| Position indicator | Shows current position (e.g., “1 of 42 · API - GET Users”) |
| Close (×) | Dismiss the Details Sheet |
Suites
Browse test cases organized by suite
Automation
Link manual tests to automated CI runs
Bulk Actions
Edit, delete, or print multiple test cases
Concepts & Settings
Field definitions, step formats, and project settings