Automated Testing Charts in Selenium WebDriver

How to verify your chart generation using Selenium WebDriver

Courtney Zhan

--

Charting, such as HighCharts, is commonly seen on modern web apps. These charts packages usually generate charts in an SVG (Scalable Vector Graphics) format.

We probably want to test charts to see if they are being displayed correctly — but how can we do that…

--

--