Import
QA Sphere allows importing test case library in CSV format. To do that:
- Open a project and go to Test Cases tab
- Click
- Select Import
- A CSV Import form will pop up. Select separator, directory to import into, and pick a file.
Here's a description of the import process and structure:
Test Case Structure:
Each test case in the CSV table should have the following columns structure:
- Folder
- Name
- Legacy ID
- Draft
- Priority
- Tags
- Requirements
- Links
- Files
- Preconditions
After these static columns, there are dynamic columns for steps:
Step1, Expected1 Step2, Expected2 ... (and so on, depending on the maximum number of steps in any test case)
Additional Features:
Each test case is validated for correct formatting and content. The import process automatically assigns the importing user as the author of the test cases. After a successful import, it creates the importing user as a contributor to the project.