Generating a single report from multiple EUT files

Discussion and questions regarding the RadiMation Report Generator.
Post Reply
Rdammert
Posts: 6
Joined: 09 Jun 2020, 15:46

Generating a single report from multiple EUT files

Post by Rdammert »

I would like to generate a single excel report from multiple EUT files found in the same folder, how can this be achieved?
Jeru
Posts: 38
Joined: 09 Jun 2020, 15:48

Re: Generating a single report from multiple EUT files

Post by Jeru »

RadiMation has recently added new functionality which makes it possible to generate reports from the command line.
This new functionality is soon to be found in the upcoming RadiMation 2020.1.x release.

See RadiMation 2020.1.x manual Chapter 14.6 Command Line Interface (CLI) for more information on how the command line report generator can be used.

The ability to create reports from the command line opens a whole set of new possibilities
For instance to achieve the functionality as described in the original question the following steps can be performed.

1) Create a template file in the format that you desire, containing the keywords for the data that you want to export from your tests

2) Create a script which is able to iterate over all items in the folder which contains the EUT and data files and call the report generator with the required arguments from the command line.

3) The resulting reports can then be processed for further use.
Post Reply