company logo

Import test environment from CSV file

The action allows importing test suites and test cases from a CSV file. The action prompts for an output file name and imports test suites and test cases from the selected file, which is assumed to be a CSV (tab or semicolon separated) file.

The import logic depends very much on specific requirements, i.e. it makes a big difference importing e.g. requirements from Doors in order to create test suites for a requirement driven test environment or importing test cases from another test environment. Hence, the import logic has to be implemented by customer in DirEntry::ImportFromCSV function (see programmer's reference).