Importing Test Cases from Third-Party Tools

Learn how to import test cases created in other software tools.

Context

To import test cases created in third-party tools, you must convert the test cases into a format supported by the Test Lab. We recommend creating a template JSON file for test cases and adding the existing test cases to it.

Procedure

  1. Open the Test Lab and create a test case, as described in Creating Test Cases.
  2. To get a format template for a test case, enter one example for inputs and expected outputs.
  3. To get the IDs of the values, enter examples for enumerations and attributes of complex data types.
  4. To export the template file, choose Export Test Cases.

    The file is saved to your browser's download folder.

  5. Open the template file in any editor and add your test cases to the testCases section, as described in Structure of a Test Case File.
  6. Save your changes in the file and return to the Test Lab.
  7. To import the file with your test cases, choose Import.
  8. Select the file to import and confirm.

    Your test cases are imported and added to the test cases you have already created.