jeudi 19 février 2015

Automation of testing graphs

I'm trying to test the correctness of graphs generated by a web-application. Each graph could contain as many as 10,000 points plotted, whose values are on the website (in the form of a table) related to it. Again, when each point is hovered, it shows three different values (three columns of the table). I thought of selenium, but then realized I can't do it for all the 10K points. Is there any other approach I can use? I tried googling but didn't find any positive result.


PS- These are dynamically generated and the URL doesn't change.


Aucun commentaire:

Enregistrer un commentaire