Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.testdino.com/llms.txt

Use this file to discover all available pages before exploring further.

What you’ll learn
  • Where to find Import in the new Test Cases UI
  • How to import from CSV (TestDino, TestRail, Other) or JSON (TestDino, Testmo)
  • How duplicate handling works during import
  • The three Export options and where to find them
Import test cases from external tools, and export them for backup, migration, or offline use.

Import

Open the Import Test Cases dialog from either:
  • + New → Import CSV / JSON in the header
  • The Import CSV / JSON card on the empty No test cases yet screen

Supported formats

FormatSourceNotes
TestDino CSVPrevious TestDino CSV exportAuto-mapped
TestRail CSVTestRail exportAuto-mapped
Other CSVAny CSV fileManual mapping
TestDino JSONPrevious TestDino JSON exportFull-fidelity (suites, steps, tags, metadata)
Testmo JSONTestmo JSON exportAuto-mapped

Templates

Download a sample JSON or CSV template to properly map test cases and their fields before importing. Templates show the expected field names, hierarchy structure, and data types so your import maps correctly on the first attempt.

CSV import flow

  1. Upload — Drag-and-drop or browse to select a .csv file. Choose the source platform (TestDino, TestRail, or Other CSV).
  2. Map Columns — Map each CSV column to a TestDino field. For TestDino and TestRail sources, columns are auto-mapped. Switch between the Column Mapping and Preview tabs to verify.
  3. Configure — Choose the target suite and set default values for unmapped fields.
  4. Preview & Import — Review the final data and click Import to create the test cases.
CSV Import Wizard showing CSV/JSON tabs, source radio (TestDino/TestRail/Other CSV), template download, and file drop zone
RecommendationUse JSON for flexible import: it preserves the full suite hierarchy, steps, tags, and all metadata with no manual mapping. For faster test creation, use the TestDino MCP Server to create and manage test cases directly from your IDE.

JSON import flow

  1. Upload. Drag and drop or browse to select a .json file, then choose the source type such as TestDino or Testmo. Use Preview to review the contents before continuing.
  2. Configure & Import. Review detected suites and test cases, configure duplicate handling options, then start the import.
JSON import preserves suite hierarchy, test steps, tags, classifications, automation fields, custom fields, releases, manual runs, and sessions from the source export. JSON Import dialog after upload showing file name, test case count, suite count, suite list, and Validated ready to import status

Duplicate Handling

The Configure step asks how to handle test cases that already exist in the target suite with the same title.
OptionBehavior
Skip duplicatesKeep existing test cases unchanged
Update duplicatesOverwrite existing with imported data
Create anywayCreate new cases even if duplicates exist
Skip duplicates is the default and the safest choice for re-importing the same file.

Export

Click the Export button in the Test Cases header to open the format dropdown. Three options are available.
OptionWhat It Includes
Export JSONTest cases with full metadata, suite structure, steps, plus releases, manual runs (with per-case and per-step results), and sessions (with findings)
JSON with Attachments (ZIP)Same as JSON, plus all attached files (test case, run, session, and finding attachments) bundled into a .zip archive
Export CSV (Legacy)Flat .csv file of test cases for spreadsheets and other tools. Manual testing data is not included in CSV.

Export selected test cases

By default, Export includes every test case in the project. To export only a subset, tick checkboxes to select cases first; see Bulk Export for the per-selection flow. A progress banner shows at the top of the page while the export is prepared. Export dropdown in the Test Cases header showing Export JSON, JSON with Attachments, and Export CSV options
TipUse JSON export for full-fidelity backups and migration. Use CSV export when you need to open test cases in a spreadsheet or import into a non-TestDino tool.

Bulk Actions

Select test cases before exporting

Concepts & Settings

Test case fields, structure, and project settings

Overview

Test Management capabilities and navigation