Testing tool for JFreeChart

A discussion forum for the JCommon class library.
Locked
vikrama
Posts: 1
Joined: Tue Jan 08, 2008 6:28 am

Testing tool for JFreeChart

Post by vikrama » Tue Jan 08, 2008 6:38 am

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

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Tue Jan 08, 2008 1:00 pm

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.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked