Skip to content

Import Tests From Testmo

Export your tests in Testmo as a CSV file and bring them into Testomat.io. There are two ways to do it.

MethodUse it when
CSV importYour Testmo export goes straight in
Migration scriptYou need to reshape the file first - rename columns or restructure your cases
  1. Open your Testmo project.
  2. Export your test cases to CSV file.
  3. Save it on your computer.

Start importing your tests to Testomat.io:

  1. Open your project and go to the Tests tab.
  2. Click the () menu.
  3. Choose Import from other TMS.

Tests tab with the extra menu

In the Imports window:

  1. Click Import.
  2. Choose Import from CSV. A sidebar opens on the right.
  3. Choose Testmo 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.

Use the custom migration script to convert a Testmo CSV file into Testomat.io’s CSV format. This method is recommended if you need customization or want to adjust the structure of your test cases during the migration process.

Click migration script instructions to access the script and get started.

You can also import your BDD projects into Testomat.io. Follow the import steps in your BDD project. Every row of CSV file becomes a scenario:

  • Precondition becomes Given
  • Step becomes When
  • Expected Result becomes Then

Your tests are saved as feature files. Leave the checkbox clear and they arrive as classic test cases instead. Full details are in Import from CSV/XLSX.

  • The import fails. Check that the first row of your file holds column names.
  • Your folders are flat. Make sure you picked Testmo in the dropdown, not another format.
  • Something is still off. Contact support with your file attached.