Importing/Exporting Tests#

Can I load tests created outside of Reactis into Reactis?#

Yes, you can import tests into Reactis using .csv (comma separated value) format. See Exporting and Importing Test Suites in the Reactis for Simulink User’s Guide.

Can I run tests created in Reactis outside of Reactis?#

Yes, you can export tests created in Reactis to a number of different file formats. The export formats include .m and .mat for running tests in Simulink and .csv (comma separated value) for running the tests using a custom test harness or loading them into a spreadsheet. See Exporting and Importing Test Suites for details. For detailed information on how to execute Reactis-generated tests within Simulink, see Chapter Executing Test Suites in Simulink.

When I export my tests to .csv (comma separated value) format, all values for vector or bus elements are exported within a single column for the entire port. Is it possible to export them to separate columns?#

Yes, you may check the Export vector, matrix and bus elements in separate columns option in the export dialog to facilitate this.