Test Case and Project Test Cases
It is possible to export the existing test cases and project test cases from a TestLog project to comma separated variable (CSV) format. This allows them to be used with other software such as Excel.
There are two options for CSV exporting
▪ | Create one file for project - creates one CSV file with a chosen name, where each line in the file is a test case. If no name is specified it will default to using the name of the project. |
▪ | Create one file for each test suite - creates a CSV file for each test suite, with the name of the test suite, and where each line in the file is a test case. |
Preserve new lines will convert new lines that have been converted to <BR> for HTML viewing back to new line characters.
The action of the Browse button differs depending on which option you choose;
▪ | If you select "create one file per project" and click browse it will bring up a "Save file as.." window allowing you to specify a name and location to save the exported file. |
▪ | If you select "create one file for each test suite" then browse will bring up a "Browse for folder" window, allowing you to select a folder where the CSV files of the test suites will be saved. |
To export to CSV:
▪ | If exporting project test cases, select a project in the tree view window to export |
▪ | Select File - Export to CSV - Export Project Test Cases or Export Test Cases |
▪ | Select how you want to export the project, one file for project or one file for each test suite. |
▪ | In the export location type the location where you want to export to or the filename to export to. Clicking the Browse button will allow you to select a location or filename. |
 Export project test cases dialog
|
 Export project test cases dialog
|
Test List Reports
To export to CSV:
▪ | Select a project in the tree view window to export |
▪ | Select File - Export to CSV - Export Test List Report |
▪ | Select which list report you want to export |
▪ | In the export location type the location where you want to export to. Clicking the Browse button will allow you to select a location or filename. |
 Export test list report dialog
See Excel CSV format for more information
|