Accessibility Testing Tool – NVDA

Table of Contents ABOUT NVDA (NON VISUAL DESKTOP ACCESS) TOOL NVDA is a free screen reader that enables blind and visually impaired people to use a computer. This tool reads the text on the computer and thus helps the users. For accessibility testing, NVDA is used as one of the manual ways of testing to […]
Jenkins integration with a11y testing tool – Lighthouse

Table of Contents ABOUT JENKINS: Jenkins is a server side application that can be used by Developers, QA engineers, DevOps engineers Jenkins is referred to as CI CD CT tool CI → Continuous Integration → This is the process where different sets of code written by different dev teams shall be integrated together for integration […]
Accessibility Testing – Koa11y GUI Tool

Table of Contents ABOUT KOA11Y-GUI TOOL Koa11y is a desktop application that uses Pa11y & allows you to automatically detect accessibility issues on web pages. It provides a friendly and helpful report with tips for fixing any issues found. Simply enter a page’s URL and select the standards format (Section 508, WCAG 2.0) and click […]
Accessibility Testing – Pa11y

Table of Contents ABOUT Pa11y Pa11y is a free and open source tool that aims to make accessibility testing easier. Pa11y is your automated accessibility testing pal. It runs accessibility tests on your pages via the command line or Node.js, so you can automate your accessibility testing process. Visit https://pa11y.org/ & https://github.com/pa11y/pa11y to learn more […]
WCAG Success Criteria for Color Contrast Based Accessibility Testing

Table of Contents SUMMARY There are many disabilities around the colors such as color blindness, low vision. In such cases, many users cannot identify the colors at all. So, any information getting presented by the color only, then it would be missed by them. One of the most common disabilities is where a person is […]
WCAG Success Criteria for Zoom-Content Reflow Testing

Table of Contents Testing for responsive design Yes, zooming of content/text is related to accessibility. There are many disabilities related to vision where users have the problem of vision/seeing, one of them is where they are not 100% blind, for aging people, hard to read is one of the common problems. Hence, they zoom in […]