Import & Export
QAlity lets you export your project data as a JSON file and import it back into any project. All import and export operations are managed from a single Import / Export page inside your project.
Where to find it
Go to Projects → [your project] → Import / Export.
The page shows a log of all past export and import operations for the project, with the following columns:
| Column | Description |
|---|---|
| File name | Auto-generated filename, e.g. export-case-20260504054638.json |
| Type | Whether the operation was an Export or Import |
| Status | Completed or error state |
| Error | Error message if the operation failed, otherwise - |
| Updated by | The team member who triggered the operation |
| Updated date | Date and time the operation was run |
| Actions | Delete the log entry |
Exporting data
- Go to Projects → [your project] → Import / Export.
- Click Export in the top right corner.
- The Export Data dialog opens. Choose one or more entities to include in the export:
- Elements
- Environments
- Test Cases
- Suites
- Plans
- Click Export.
QAlity generates a JSON file and downloads it to your computer automatically. The file is named with a timestamp, for example export-case-20260504054638.json. The completed export also appears as a log entry on the Import / Export page.
You can select any combination of entities in a single export. For example, export only Test Cases and Suites together, or export everything at once by checking all five.
Individual test cases also have a per-row export shortcut. On the Test Cases list, click the download icon in the Actions column of any row to export that single case directly without going through the Import / Export page.
Importing data
- Go to Projects → [your project] → Import / Export.
- Click Import in the top right corner.
- The Import JSON dialog opens.
- Drag and drop a previously exported JSON file into the drop zone, or click Choose File to select one from your computer.
- Click Import.
The import runs and the result appears as a new log entry on the page. If the import fails, the Error column shows the reason.
Only JSON files exported from QAlity are supported. Do not modify the exported file before importing - a malformed or altered file will cause the import to fail.
Exporting from the test cases list
In addition to the Import / Export page, you can export individual test cases directly from the test case list:
- Go to Projects → [your project] → Test Cases.
- Select one or more test cases using the checkboxes on the left.
- Click Export in the toolbar at the top right.
The selected cases are downloaded as a JSON file immediately. This is a quick way to export a specific subset of cases without going through the full Export Data dialog.
Notes
- Exported files are in JSON format. They are not human-editable spreadsheets - they are structured data files intended to be imported back into QAlity.
- Exports include the data for the selected entities at the time of export. Run results and execution history are not included.
- When importing into a different project, all entities in the file are created as new records in the target project.
- There is no automatic deduplication on import. If you import the same file twice into the same project, duplicate records will be created.