Page 1 of 1

Testing tool for JFreeChart

Posted: Tue Jan 08, 2008 6:38 am
by vikrama
we are planning to implement charting using JFreeChart..

Please let me know is there any testing tools for validation accuracy, functionality, etc of JFreeChart

Is mannual testing is the only way to validate the chart results..

Please let me know is there any other tools.. automation etc available.

Regards,
Vik

Posted: Tue Jan 08, 2008 1:00 pm
by david.gilbert
Hi Vik,

I don't know of a good visual testing approach for the charts. We have lots of JUnit tests for the non-visual classes in JFreeChart, but when it comes to ensuring that the rendered charts are accurate, we're relying on user feedback and our own observations.

If you find a good reliable approach for visual testing, I'm definitely interested in more information about it.