company logo

Export test environment to CSV file

The action allows exporting test suites and test cases to a CSV (semicolon separated) text file. The action prompts for an output file name and exports test suites and test cases to the selected file.

The export logic depends very much on specific requirements. Hence, the export logic has to be implemented by customer in DirEntry::ExportToCSV function (see programmer's reference). Programming examples are provided.