Importing Test Cases
Open Import Dialog
Click the Import button (upload icon) in the Test Cases toolbar, or go to Pipelines > Import Test Cases for bulk imports.
Select Format
Choose your import format:
- ZIP Archive — Full restore with folders, tags, and markdown files
- Excel (XLSX) — Spreadsheet with test cases, steps, folders, and tags
Configure Collision Handling
Choose how to handle duplicate test cases:
| Strategy | Description |
|---|---|
| Skip duplicates | Leave existing test cases unchanged |
| Overwrite existing | Create a new version of existing test cases |
| Assign new IDs | Import all test cases with fresh identifiers |
Exporting Test Cases
Click the Export button (download icon) in the Test Cases toolbar.Export Formats
| Format | Contents |
|---|---|
| Excel (XLSX) | Multi-sheet workbook with Test Cases, Steps, Folders, and Tags sheets |
| ZIP Archive | Full backup with folder structure, tags, and markdown files |
Export Scopes
- All test cases — Export everything in the current product
- OQL-filtered results — Export only test cases matching your current query (e.g.,
priority = p1 AND status = ready) - Selected tests — Export only test cases you’ve checked in the table
- Unassigned tests — Export test cases not assigned to any folder
Preparing Import Files
Excel (XLSX) Format
Excel (XLSX) Format
Your Excel file should contain these sheets:
- Test Cases — One row per test case with columns: Title, Description, Priority, Type, Status, Category, Tags
- Steps (optional) — Test steps with columns: Test Case Title, Step Number, Action, Expected Result
- Folders (optional) — Folder hierarchy with columns: Name, Parent Folder
- Tags (optional) — Tag definitions with columns: Name, Color
ZIP Archive Format
ZIP Archive Format
ZIP archives should contain:
- Markdown (
.md) files for each test case - A
folders.jsonfile defining the folder structure - A
tags.jsonfile defining tags
What’s Next?
Pipelines
Use AI-powered pipelines for complex bulk imports
Test Management
Organize and manage your imported test cases


