Accessibility Test Automation with Viper

Viper allows you to test your web page compatibility with the accessibility standards. Its very simple and easy to carryout accessibility testing with Viper.


  • Go to the AccessibilityRunner file in Utility package which has the actual implementation. The method takes one argument which is the URL. 


  • So create a test class in the Test package and simply instantiate the AccessibilityRunner class and call the method accessibilityTest passing the page URL which you want to test accessibility. 


  • If there are violations in each page you specified, a report will be generated in the Accessibility_Reports folder in the Viper framework. 



No comments:

Post a Comment