Web disability Simulator and No Coffee Vision Simulator A11Y Tools

Table of Contents ABOUT WEB DISABILITY SIMULATOR The Web Disability Simulator lets you experience how people with different disabilities can experience/perceive a website. The simulator creates an experience that gives you a better understanding of the importance of web accessibility and this tool can simulate color blindness, low vision, dyslexia and more. Web disability simulator […]
Accessibility Testing – Color Contrast Analyzer

Table of Contents ABOUT COLOR CONTRAST ANALYSER Colour Contrast Analyser is a free software that helps to determine the accuracy or clarity of the text and the contrast of visual elements. The desktop application can be downloaded from https://www.tpgi.com/color-contrast-checker/ . An online test can also be conducted by visiting https://accessibleweb.com/color-contrast-checker/ STEPS TO WORK WITH COLOR […]
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 Pa11y & https://github.com/pa11y/pa11y to learn more about […]