Skip to content

Import Tests From QTest

Export your tests in QTest to a file and import that file into Testomat.io. Your project will keep the same structure, as it was. Each test will keep its steps and expected results.

  1. Open your QTest project.
  2. Export your test cases as a CSV file.
  3. Save it on your computer.## Import your Qase file

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 QTest 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.

QTest is one of only two sources that can be converted on the way in. If your project is a BDD project, an Import as BDD checkbox appears in the sidebar. Tick it, and every row becomes a scenario:

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

Export from QTest, upload the file, then choose whether to import as BDD

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 QTest in the dropdown, not another format.
  • The BDD checkbox is missing. It only appears in BDD projects. Check your project type first.
  • Something is still off. Contact support with your file attached.