Thursday 16 November 2017

Automating Accessibility scanning with selenium

Are you fed up with manually verifying accessibility audit? You don't have much time to do accessibility audit and you still don't want to compromise on it?

Automating the accessibility audit would solve your problems. Automating accessibility testing is not only about making it easier for those with disabilities to access your site and app, but also optimizing your overall accessibility testing efforts, in order to support speedy product delivery without sacrificing software quality.

I have developed a tool with the help of 2 most frequently used tools in the industry called GoogleChrome accessibility-developer-tools and aXe-core to automate accessibility auditing. It provides PDF report with comprehensive auditing results. It also gives the reference URLs for the users to follow the best practices. 

Below is the repo Link:
https://github.com/nainappa/aXe-chrome-accessibility