01-21-2016 08:13 AM
Hi,
I'm using TS2014SP1.
I've found in the Mobile Device Test.seq example graphs displayed in HTML reports.
Do I need to use LV as a language of code module to have a graph on the report?
Why in this report graphs are displayed once as reported text and once as TestReport/Data?
01-21-2016 11:05 AM
Without delving into the example here is my guess:
Report Text is pointing to an image. Probably using <img> tag. The image can be generated by any type of code module. You can insert HTML into the Report Text property of a step and the web browser will interpret it as HTML and render it according to the tags your use. Also handy for putting links to external sites into your report.
TestReport/Data is an array of numbers and the report setting in Report Options on the Contents tab has the Include Arrays dropdown set to Insert Graph. It uses an activex control graph to insert into the report. Generally these can be added as an additional result.
Hope this helps,