Import CSV
The Import option uploads test cases in bulk using a CSV file. It follows a step-by-step guided process and accepts the same column structure as exported files, so you can export, modify, and re-import.1. Upload CSV File
- Click Import from the toolbar and select a CSV file.
-
A Download Sample CSV button is available to get a template and ensure correct formatting.
2. Map Columns
- TestDino attempts to match columns from your CSV to its internal fields.
- You must map the Title field, which is required.
- You can map other fields, such as Description, Priority, Severity, Status, Tags, and Suite Hierarchy/Path.
- Any unmapped columns from your CSV will be automatically created as custom fields in TestDino.
3. Map Enum Values
- Align CSV values for dropdowns such as Priority, Severity, Type, Behavior, Layer, Status, and Automation Status to TestDino’s predefined options.
- You can set defaults for any unmatched values.
4. Configure Duplicate Handling
Decide how TestDino handles identical titles already present in the project:- Skip Duplicate: Ignores the new test case from the CSV.
- Update Existing: Overwrites the existing test case’s data with the CSV data.
-
Create Duplicate: Creates a new test case, resulting in two tests with the same title.
5. Preview & Import
- Review a sample preview of the first row to confirm your data is mapped correctly.
- Click Start Import to begin the process.
If any test case lacks suite information, TestDino automatically creates an Unassigned suite and adds the test case to it.
Import from TestRail
Migrate test cases from TestRail with automatic field mapping and suite structure preservation.Review auto-mapping
TestDino automatically maps TestRail fields to their TestDino equivalents. Review the mapping and adjust if needed.
| TestRail field | TestDino field |
|---|---|
| Title | Title |
| Section | Suite |
| Priority | Priority |
| Type | Type |
| Custom fields | Auto-created as custom fields |
Download CSV Template
Click Download Sample CSV in the import dialog to get a pre-formatted template. The template includes all supported columns with example data. Fill in your test cases and upload to import.Export CSV
Export test cases as a CSV file directly from the Test Cases page. The export adapts to what is selected or filtered in your current view. Exports always contain the same data columns and structure, but the scope of data depends on what is filtered or selected before exporting.How to Export?
- Open the Test Cases tab.
- Apply filters or select what you want to export.
- Click the Import/Export icon on the top-right of the toolbar.
- Choose Export Selected (#) if test cases are selected, or Export All if exporting all visible results.
- The CSV file downloads automatically and includes all visible columns and metadata.
Export Scenarios
| Scenario | Export Result |
|---|---|
| No filters, no selections applied | Exports all test cases in the project. The number matches the Total shown in the KPI tile at the top. |
| Filters applied, no selections made | Exports only the filtered test cases visible on the page, across all suites. The export respects your active filters regardless of the suite hierarchy. |
| One or more test cases selected (no filters) | Exports only the selected test cases. The export button label updates to show the count, for example: Export Selected (4). |
| Filters applied and individual test cases selected | Exports only the test cases you selected from the filtered list. The filtered set limits the selection. |
| One entire suite selected | Exports all test cases and sub-suites under that suite. The export includes all nested content within the selected suite. |
| Multiple suites selected | Exports all test cases contained within the selected suites and their nested subsuites. |