I'm trying to add a graph in the report which represents how an XCP changes as i change the signal. I'm able to output this as teststeppass in the report as text. How do i use a graphical representation?
I'm using CANOE to automate some tests and need to try to add graphs.
I expect a graph on my report.
Add a graphics window to your measurement setup. In the graphics window you configure your signals and XCP readings the way you want.
During testing, you can use the CAPL call TestReportAddWindowCapture(...)
to generate a screenshot of this window and add it to your report.