Automated Testing tools for HTML5 Canvas

Posted by user432195 on Stack Overflow See other posts from Stack Overflow or by user432195
Published on 2011-11-14T17:48:03Z Indexed on 2011/11/14 17:51 UTC
Read the original article Hit count: 226

I'm looking for a tool to do some automated GUI testing on a HTML5 canvas component we're developing. Basically I'm looking for a tool that is able to record the clicks and events on the canvas component and is able to replay those events.

So far most of the testing tools like Telerik WebUI Testing Suite, Selenium, TestSwarm, qUnit, Jasmine, Hudson seems that they don't fully support HTML5 canvas testing.

Would you guys know a testing tool that already supports that ? If not, would you know how companies are doing automated testing of HTML5 canvas ?

Thanks,

Andy N.

© Stack Overflow or respective owner

Related posts about automated-tests

Related posts about html5-canvas