JFreeChart, help me

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
danhmary32
Posts: 2
Joined: Wed Jul 04, 2018 6:10 pm
antibot: No, of course not.

JFreeChart, help me

Post by danhmary32 » Fri Jul 06, 2018 11:58 am

Hello all, I've been tasked with automating tests to validate charts created by JFreeChart are properly rendered in a web browser. I've done automation of web pages where the page is interacted (clicks, text entries, etc) and then the results are validated but not with validating an "image" contains the expected visual, which is I think what these charts essentially show.

I've searched the internet and this forum but other than junit, has anyone used any tools that allow for validating a chart contains the expected data in the expected positions?

Locked