01-07-2021 06:45 AM
I have a need to produce two different reports per test. One a simplified pass / fail document, and the other our normal detailed text report.
I am looking for advice how to approach this.
I can add steps to print the pass fail report at the end of each section, but when I tried following an example to print to a word document it failed for lack of Microsoft Word, the company use word365.
Is there a simple way to print to a pdf from a step?
I am using Teststand2020.
Thanks.
David
01-07-2021 09:48 AM
Just set up 2 reports in the plugin configuration and have one be XML and the other HTML(PDF) but not log any steps.
Shows 2 reports setup:
How I set up the HTML to print to PDF and only show pass/fail information:
01-07-2021 12:19 PM
Thanks, I had missed the simple option.
I had not seen the option to filter the results on a function. I should be able to use that to generate occasional pretty results during the test.
I will do some experimenting and report back.
David
01-12-2021 05:31 AM
I have tried this and am having some success.
I have created a status filter that looks for pass or fail (not passed / Failed) and am adding action steps to the sequence to report previous step passed or failed at a few critical points.
One annoyance is that it is still creating a XML version of this report, so I now have 3 files my text file the pdf and this extra XML.
David
01-13-2021 06:52 PM
The PDF will generate an HTML file. What is in your result processing configuration?
01-14-2021 05:44 AM
I would like to avoid having the html and the pdf reports both saved. At the moment the results folder has the 2 mixed together.
I need to do some work on the formatting of the reports but I would like to get the system working with the default layout to start with.
This is the config screen.