We have a utility to import the Test cases and their steps which is called Qpack Migrator
STEPS TO DOWNLOAD AND INSTALL THE TOOL
- Download the setup and extract it to your local system
- Open the QPackMigrator.exe.config in Notepad++
- Search “endpoint address” (it is at like number 50)
<client>
<endpoint address=”https://alm.orcanos.com/Orcanos/qpackserv/qpackserv.asmx” binding=”basicHttpBinding”
bindingConfiguration=”QPackServSoap1″ contract=”Qpackserv.QPackServSoap”
name=”QPackSrv1″ />
</client>
- Change endpoint address to your endpoint address i.e. https://app.orcanos.com/xxxxx/qpackserv/qpackserv.asmx
- Run QPackMigrator.exe to start importing the Test cases with their steps using CSV
HOW TO CREATE A CSV FILE
Create a CSV file with the Following columns
STEPS TO IMPORT TEST CASES
-
- Login into QPACK Migrator
- Select External Tool from the Selection list
- Browse the file and its path should be displayed in File Path
- Select the Projects from the selection list
- Select the Versions corresponding to the selected project
- Select the Object type as Test Case
- Uncheck the checkbox – Add Timestamp to Description (To add the import timestamp in the test case or step description, check the checkbox)
- Select the WorkSheet of the browsed file from where to import the test cases
- Press Mapping button
- Map the External ID
- Map the Parent ID (Parent Node in Orcanos Product tree where you want to add the test cases)
- Map the Name (Mandatory Field)
- Map the other mandatory fields, if any
- Press Next Button (Select some other cell in grid to enable the Next button)
- Browse the same file again and its path should be displayed in File Path
- Select the WorkSheet of the browsed file from where to import the test cases
- Press Mapping button
- Map the Order
- Map the Step Description
- Map the Step Expected Result
- Map the Test Id
- Press Next Button (Select some other cell in grid to enable the Next button)
- Press Validation Button
- Press Migration Button
The Test cases with test steps gets imported to Orcanos System.