Skip to content

Import Tests From TestRail

There are three ways to bring your tests from TestRail into Testomat.io. Pick one by the size of your project and whether you need attachments. Migration from TestRail walks through the whole move step by step.

MethodBest forAttachments
CSV fileSimple importNo
Built-in UI toolUp to 1000 testsNo
Migration scriptProjects over 1000 testsYes

The importing beggins on the Imports window. Thus, you need to go there first.

  1. Open your project and go to the Tests tab.
  2. Click the () menu and choose Import from other TMS.
  3. Click Import, then choose Import From TestRail.

Tests tab with the extra menu

From here, you have three options. Please, choose the best for your project:

  • Import Tests from CSV.
  • Import via TestRail API.
  • Import with the migration script.

Next, on the Imports window:

  1. Click Import.
  2. Choose Import from CSV. A sidebar opens on the right.
  3. Choose TestRail from the dropdown.
  4. Click Choose file, select your exported CSV.
  5. Click Create.

image Import from Spreadsheet button

Testomat.io reads the file, and your tests appear on the Tests page.

Not sure your export looks right? Download the sample TestRail CSV and compare the first row with yours.

This method pulls your tests straight from TestRail through its API, so there is no file to export.

Next, in the Imports tab in Testomat.io:

  1. Enter your TestRail API credentials.
  2. Click Import Tests.

Import from Testrail via API

Your tests are pulled across and appear on the Tests page.

This option suits for projects over 1000 tests, or when you need to attach files to your tests from TestRail.

  1. Click Import Locally.
  2. Follow the migration script instructions.

image Import from Testrail via API

  • The UI tool cannot connect. Check that the API is enabled in TestRail.
  • The CSV import fails. Check that the first row of your file holds column names.
  • Attachments are missing. CSV and the UI tool do not carry attachments. Use the migration script instead.