Customizing Reports

Documentation

 

BlueDuck SDA includes templates that control the layout and content of HTML Test Set reports. You can use the templates as is. You can also customize the templates to add company logos, and special formatting for features such as shading, page size, orientation, font, font size, headers, percentage of page used for headers, etc.

You can customize Test Set report, using the corresponding sample and template file.

Sample File Name: \lib\res\testset\TestSetTemplate.html


Template variables


Variables in Test Set Reports can be either displayed directly. To print a variable, simply enclose it in the delimiters <{$Variable}> so that it is the only thing contained between them.

Variable Description
<{$TestSetName}> Displays the "Test Set Name"
<{$TestCase}>
<{$TotalTestCasesFail}>
<{$TotalTestCasesPass}>

You must save the template file in \lib\res\testset\TestSetTemplate.html