company logo

Export test environment to CSV file

The action allows exporting test runs and tests a csv (semicolon separated) text file. The action prompts for an output file name and exports test runs and tests to the selected file.

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