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.
Export QTest file
Section titled “Export QTest file”- Open your QTest project.
- Export your test cases as a CSV file.
- Save it on your computer.## Import your Qase file
Start importing your tests to Testomat.io:
- Open your project and go to the Tests tab.
- Click the (
…) menu. - Choose Import from other TMS.

In the Imports window:
- Click Import.
- Choose Import from CSV. A sidebar opens on the right.
- Choose QTest from the dropdown.
- Click Choose file, select your exported CSV.
- Click Create.

Testomat.io reads the file, and your tests appear on the Tests page.
For BDD scenarios
Section titled “For BDD scenarios”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

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.
If this doesn’t work
Section titled “If this doesn’t work”- 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.
Next steps
Section titled “Next steps”- Import from CSV/XLSX - the column reference and every other supported format.
- BDD Test Case Editor - work with the scenarios once they are imported.
- Labels and Custom Fields - organize your imported tests by priority, type, or any QTest field.