-
Notifications
You must be signed in to change notification settings - Fork 2
reviewed the articles, added screenshots and diagrams #723
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,35 +10,66 @@ head: | |
| content: Testomat.io, CSV, TestCaseLabs, test import, TestCaseLabs migration, manual tests, automated tests, test management, custom XLS | ||
| --- | ||
|
|
||
| > If you have existing tests in TestCaseLabs and wish to migrate to Testomat.io, you can import tests from TestCaseLabs using a customizable migration script for more advanced, tailored imports. | ||
| Bringing tests from TestCaseLabs into Testomat.io takes three steps: export them from TestCaseLabs, run a script that converts the file, then upload what the script produced. | ||
|
|
||
| ## Import Tests from TestCaseLabs Using the Migration Script | ||
|  | ||
|
|
||
| Use the custom migration script to convert a TestCaseLabs 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. | ||
| :::note | ||
|
|
||
| Click [migration script instructions](https://github.com/testomatio/migrate-testcaselabs) to access the script and get started. | ||
|
Comment on lines
-15
to
-20
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. why did we delete this part? I can be useful
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I restructured the article - I used this information in the new subheading to make it more visible Convert the fileThe migration script turns your TestCaseLabs CSV into a file Testomat.io can read. You can also use it to rename columns or restructure your cases on the way across.
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. got it. good |
||
| TestCaseLabs files must be converted into the Testomat.io format before export. | ||
|
|
||
| ## How to Import Tests into Testomat.io | ||
| ::: | ||
|
|
||
| 1. If you're creating a brand new project, the **Import from Spreadsheet** button will be available under the Test tab. | ||
| ## Export from TestCaseLabs | ||
|
|
||
|  | ||
| 1. Open your project in TestCaseLabs. | ||
| 2. Export your test cases as a **CSV** file. | ||
| 3. Save the file on your computer. | ||
|
|
||
| 2. If you're working in an existing project, open it in Testomat.io. | ||
| 3. Click the **Imports** tab. | ||
| 4. Click the **Import from CSV** button. | ||
| ## Convert the file | ||
|
|
||
|  | ||
| The migration script turns your TestCaseLabs CSV into a file Testomat.io can read. You can also use it to rename columns or restructure your cases on the way across. | ||
|
|
||
| 5. From the dropdown menu, choose **Testomatio**. | ||
| 6. Select the file generated by the migration script. | ||
| 7. Click the **Create** button to complete the import. | ||
| 1. Open the [migration script instructions](https://github.com/testomatio/migrate-testcaselabs) on GitHub. | ||
| 2. Follow the setup steps there and run the script against your TestCaseLabs file. | ||
| 3. Save the file the script produces. That is the one you upload. | ||
|
|
||
|  | ||
| ## Import TestCaseLabs 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**. | ||
|
|
||
|  | ||
|
|
||
| In the **Imports** window: | ||
|
|
||
| 1. Click **Import**. | ||
| 2. Choose **Import from CSV**. A sidebar opens on the right. | ||
| 3. Choose **Testomatio** from the dropdown. | ||
| 4. Click **Choose file**, select your exported and converted CSV. | ||
| 5. Click **Create**. | ||
|
|
||
|  | ||
|
|
||
| :::note | ||
|
|
||
| If you have not made a project yet, [create one first](https://docs.testomat.io/getting-started/#create-project). | ||
|
|
||
| ::: | ||
|
|
||
| Testomat.io reads the file, and your tests appear on the **Tests** page. | ||
|
|
||
| ## If this doesn't work | ||
|
|
||
| - **There is no TestCaseLabs option in the dropdown.** There is not meant to be one. Pick **Testomatio** instead. | ||
| - **The import fails.** Check that you uploaded the file the script produced, not your original TestCaseLabs export. | ||
| - **Something is still off.** Contact [support](https://docs.testomat.io/support) with your file attached. | ||
|
|
||
| ## Next steps | ||
|
|
||
| * [Import from CSV/XLSX](https://docs.testomat.io/project/import-export/import/import-tests-from-csv-xlsx) - the column reference and every other supported format. | ||
| * [Running Tests Manually](https://docs.testomat.io/project/runs/running-tests-manually) - run the tests you just imported and record the results. | ||
| * [Labels and Custom Fields](https://docs.testomat.io/advanced/tags-labels/labels-and-custom-fields) - organize your imported tests by priority, type, or any TestCaseLabs field. | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the diagrams look little bit confusing