Quick Reference
Key Concepts
Workspace Overview
KPI Tiles
At the top of the Test Case Management tab, four KPI tiles summarize the state of all test cases in the workspace:
- Total: The total number of test cases in the project.
- Active: Test cases marked as ‘Active’ and ready for use.
- Draft: Test cases in a draft state, not yet finalized.
- Deprecated: Retired or outdated test cases kept for reference
Views
The Test Cases page shows all test suites listed in a collapsible hierarchy. Clicking a suite expands it to show its test cases, and if that suite contains subsuites, those appear as nested sections as well. You can switch between two ways to view all test cases: List View and Grid View.1. List View (Table Layout)
This is a high-density table format, ideal for bulk operations and scanning. It includes the columns for the Key, Title & Priority, Type, Tags, Status, Automation, and Severity.
NoteUse checkboxes for bulk selection or the action menu on each test case row for individual actions.
2. Grid View (Card Layout)
This is a visual, card-based layout. Each card shows the Key, Title, Priority, Severity, Status, Automation, and Tags
Search Functionality
You can search by test case name (Title) or by its Key (ID) (e.g., TC-6297). The list filters in real-time as you type.Available Filters
To the right of the search bar, there are five filter dropdowns to refine the test cases shown:- Status: Filter by Active, Draft, or Deprecated.
- Automation: Filter by Manual or Automated.
- Priority: Filter by Critical, High, Medium, Low, or Not Set.
- Type: Filter by any test type (Functional, Smoke, Regression, E2E, API, and more).
- Tags: Filter by one or more user-defined labels.
TipCombine multiple filters for precise queries. For example, filter for:
[Status: Active] + [Priority: High] + [Tags: smoke] = See all high-priority, active smoke tests.
Quick Start Steps
1. Open the Test Cases tab
Go to your project and select Test Cases from the navigation bar. This opens the Test Case Management workspace.2. Create your first suite
In the Suite Sidebar, click the New Suite button to create a new suite or subsuite. Use suites to group related test cases under feature, module, or component names.3. Add test cases
Use the New Test Case button in the toolbar to open the full creation form. You can also add test cases directly within a suite or from the suite’s context menu.NoteFill in Title, Priority, Status, and Tags. Add test steps or link to automated spec files. Save and organize into suites.
Permissions
Limits
Related
Test Suites
Create and manage suite hierarchy
Test Case Structure
Fields, steps, custom fields, and attachments
Creating & Editing
Three creation methods and inline editing
Import & Export
Bulk import from CSV or TestRail