VeriStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to edit template for report generator in stimulus profile editor in Veristand 2011?

How to edit template for report generator in stimulus profile editor in veristand 2011?

 

 

We are using Veristand 2011.When we run any sequence in stimulus profle editor,we get test results in form of ATML file.

We want to customise the template for this test result generation as per our requirement.

For example:

Test case No.: Description of test case.

Objectives: Explanation of objectives.

Result: Passed/ Failed.

Graph: If any.

 

Please suggest how to do this.

 

0 Kudos
Message 1 of 3
(5,842 Views)

Hi Bhakti,

 

This is what we too liked to do when we started to use veristand.

 

You can configure stimulus sequence editor through workspace tools wherein you can import and execute test case files written in terms of CSV or nivstest format.

This helps to run test cases in terms of batch as well and log files will have results in TDMS format.

 

 

Regards,

Nilesh

0 Kudos
Message 2 of 3
(5,406 Views)

You cant really change too much in the report, you can customize TRML.xsl which is created every time in the Test Results\UUT 1 folder and that would give you some flexibility on what is shown. I dont know what a xsl is actually able to do in terms of composing data from multiple files (if at all possible) but it definitely allows you to change the visual format of the existing xml data.

 

Otherwise I modified the xsl to customize the look of the xml report when opened in a browser to have less clutter and some coloring on the Pass/Fail but, the reports are XML files anyway so it's easy to extract data out of them and you can probably write your own report creation tool to compose the report in whatever format you like.

0 Kudos
Message 3 of 3
(5,361 Views)