1

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.

DollarAkshay
  • 2,063
  • 1
  • 21
  • 39

1 Answers1

1

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.

MSpiller
  • 3,500
  • 2
  • 12
  • 24
  • Is there any way i can add or remove signals on the go? My main test has a lot of test cases inside it which deal different signals. Do i have to pre-configure a graphic window for each test case ? I'm dealing with over a hundred Sysvars , XCPs and Signals. – Hitesh Anand Jul 31 '19 at 18:28
  • I am not aware of any automation API to configure the graphics window, sorry. – MSpiller Aug 01 '19 at 11:00