Co je Testování přístupnosti? (Příklady)
⚡ Chytré shrnutí
Accessibility Testing is a subset of usability testing that confirms an application is usable by people with disabilities, including users who are blind, deaf, color blind, or have motor or cognitive impairments. It validates compliance with WCAG 2.2 and regional disability laws.

Co je Testování přístupnosti?
Testování přístupnosti is a type of software testing performed to confirm that an application is usable by people with disabilities, including users with vision, hearing, motor, cognitive, and age-related impairments. It is a subset of testování použitelnosti and verifies that the product works with the assistive technology these users rely on every day.
Assistive technology helps people with disabilities operate a software product. Common examples include:
- Software pro rozpoznávání řeči – Converts spoken words into text that serves as input to the computer.
- Software pro čtení obrazovky – Reads out the text and interface elements displayed on screen.
- Screen magnification software – Enlarges portions of the monitor to make reading easier for users with low vision.
- Specializované klávesnice – Designed for users with motor control difficulties to make typing jednodušší.
- Switch and eye-tracking devices – Allow users with severe motor disabilities to navigate and select interface elements.
Proč Testování přístupnosti?
Důvod 1: Cater to the market of users with disabilities.
According to the World Health Organization, about 1.3 billion people, or roughly one in six worldwide, live with a significant disability.
- 1 in 10 people have a severe disability.
- 1 in 2 people over the age of 65 have reduced capabilities.
Disabilities include blindness, deafness, motor impairments, cognitive conditions, and other long-term health issues. A product that is built to be accessible can reach this large market, and most accessibility defects can be prevented when accessibility testing is made part of the normal software testing life cycle.
Důvod 2: Abide by accessibility legislation.
Governments around the world have passed legislation that requires IT products to be accessible to people with disabilities. Major examples include:
- United States: Americans with Disabilities Act (ADA, 1990) and Section 508 of the Rehabilitation Act.
- United Kingdom: Equality Act 2010 (which replaced the Disability Discrimination Act 1995).
- European Union: European Accessibility Act, which became enforceable for many products and services in June 2025, and standard EN 301 549.
- Australia: Disability Discrimination Act 1992.
- Ireland: Disability Act 2005.
- Canada: Accessible Canada Act 2019.
Accessibility testing is essential to ensure legal compliance in every market where your product is sold.
Důvod 3: Avoid potential lawsuits.
Large companies have been sued repeatedly because their digital products were not accessible. A few prominent cases include:
- National Federation of the Blind (NFB) v. Target (2006, settled 2008).
- NFB v. AOL settlement (1999).
- Robles v. Domino’s Pizza (2019), where the U.S. Supreme Court let stand a ruling that ADA applies to websites and mobile apps.
- Gil v. Winn-Dixie (2017), the first U.S. trial verdict requiring an inaccessible website to be fixed.
Web accessibility lawsuits in the United States have grown every year, with more than 4,000 ADA Title III digital cases filed annually since 2022. Building accessible products from the start avoids these costs and protects the brand.
Která postižení podporovat?
An application must support people with disabilities such as:
| Typ postižení | Invalidita Description |
|---|---|
| Postižení zraku |
|
| Tělesné postižení |
|
| Cognitive Disability |
|
| Postižení gramotnosti |
|
| Sluchové postižení |
|
Accessibility Standards and Guidelines
Accessibility testing programs rely on a small set of widely adopted standards. Understanding which standard applies to your market is the first step before any test plan is written.
- WCAG 2.2 – Published by the W3C in October 2023, the Web Content Accessibility Guidelines 2.2 are the current global benchmark. They define three conformance levels: A (basic), AA (the legal minimum in most countries), and AAA (highest).
- WCAG 3.0 – A W3C Working Draft that introduces an outcome-based scoring model. It is still under development and has not replaced WCAG 2.2.
- Oddíl 508 – U.S. federal procurement rule that requires electronic and information technology purchased by federal agencies to meet WCAG 2.0 Level AA criteria.
- IN 301 549 – European harmonized standard for ICT accessibility, used to demonstrate compliance with the European Accessibility Act.
- Hlava ADA III – U.S. civil rights law applied to websites and mobile apps of public accommodations; courts commonly use WCAG 2.1 or 2.2 AA as the benchmark.
Most teams treat WCAG 2.2 úroveň AA as their working target because it is both the common legal baseline and a practical engineering goal.
Jak provést Testování přístupnosti?
Accessibility testing can be performed in two ways:
- Manuál
- Automatizovaný
Accessibility testing may be challenging for testers who are unfamiliar with disabilities. It is best practice to involve users with disabilities or accessibility specialists who can describe real-world challenges. The techniques below cover the major impairment categories.
1) Postižení zraku
Imagine that you cannot see at all and you need to use the XYZ website. Your only practical option is a screen reader. A screen reader is software that narrates the content on a web page, including text, links, radio buttons, images, and video, so that a blind user can perceive the interface. Popular screen readers include ČELISTI, NVDA, Apple VoiceOver, and Android Odmlouvat.
When you launch JAWS and then open a browser, JAWS announces the page title. If you move focus to the address bar, JAWS says “Address bar” and then reads each character you type. For example, typing google.com produces an announcement like the following:
Address Bar, w, w, w, period, g, o, o, g, l, e, period, c, o, m. When the page finishes loading, JAWS announces "Google.com home page". When focus reaches the search field, JAWS announces "Google search, edit".
A screen reader narrates word by word inside text fields, announces links as “link”, and announces buttons as “button”, so that a blind user can identify each control. If a website is poorly built, the screen reader may misidentify elements; for example, a link styled as plain text may be read as content, hiding a critical action from the user. The cost to the business is real lost revenue.
2) Color Blindness
Color blindness means a user cannot perceive certain colors correctly. Red-green color blindness is the most common form. If a website relies heavily on red to convey meaning, a user with red-green color blindness may miss the message.
Design teams should never use color alone to communicate information. A red error button is more accessible when it is also outlined, labeled with an icon, and accompanied by descriptive text. Black and white remain the safest universal palette, and tools such as the Stark plugin or browser color-blindness simulators help reveal problems early.
3) Low Vision
Users with low vision or other retinal conditions need additional support to use the site:
- Avoid very small text. WCAG recommends a default body size that scales comfortably without zoom.
- Ensure the layout reflows cleanly when text is enlarged up to 200 percent (a WCAG 2.2 Success Criterion). Lines should not be cut off and content should not overlap.
- Maintain a minimum contrast ratio of 4.5:1 for normal text and 3:1 for large text.
4) Motor and Other Disabilities
A major accessibility requirement is that the entire site must be operable without a mouse. Every link, button, radio button, checkbox, pop-up, dropdown, and control should be reachable and operable using the keyboard alone.
Například, a user with limited hand mobility may not be able to use a mouse. If checkboxes or links cannot be reached with the Tab key, the user is locked out of those features.
Alternative text should be provided for every image, audio file, and video so that screen readers can convey their meaning. Keyboard shortcuts should be available for important actions, and skip-to-content links should let keyboard users bypass repeated navigation.
Focus must always be visible. When the user presses Tab, the highlighted control should stand out clearly. Visible focus helps users with low vision or color blindness follow the flow of the page and makes navigation predictable for everyone.
Users with hearing disabilities can usually see the visual content of a site, but audio and video pose problems. Every video must include captions, and every audio file must include a transcript or descriptive text. For example, a tutorial video on booking an airline ticket should ship with accurate captions so a deaf user can follow along.
Sample Test Cases for Accessibility Testing
The checklist below is used to sign off accessibility testing for a typical web application. Use it as a starting point and extend it with the WCAG 2.2 success criteria relevant to your product.
- Are keyboard equivalents provided for every mouse operation and dialog?
- Does user documentation explain how to operate the application with assistive technology?
- Is the tab order logical so that navigation flows naturally?
- Are shortcut keys provided for primary menus?
- Does the application support all targeted operating systems and screen readers?
- Is the response time of each screen or page clearly communicated so users know how long to wait?
- Are all labels written correctly and programmatically linked to their controls?
- Are color choices flexible and tested against color-blindness simulators?
- Are images, icons, and emojis used in ways that end users can understand?
- Does the application provide audio alerts where they are useful?
- Can the user adjust or mute audio and video controls?
- Can the user override default fonts for printing and on-screen text?
- Can the user adjust or disable flashing, rotating, or moving displays?
- Confirm that color is never used as the only means of conveying information.
- Is highlighting still visible when system colors are inverted? Test by changing contrast ratios.
- Are audio and video transcripts or captions available for users who cannot hear?
- Is training provided for users with disabilities to help them become familiar with the application?
- Are all interactive controls reachable, operable, and dismissible using a keyboard alone?
Nejlepší nástroje pro testování přístupnosti
To make your website easier to use, it should be easy to access. Several free and commercial accessibility testing tools can scan pages for WCAG violations. The most widely used tools in 2026 are:
Níže jsou uvedeny některé z populárních Nástroje pro testování přístupnosti:
1) WAVE
WAVE is a free web accessibility evaluation tool created by WebAIM. It checks pages manually for many aspects of accessibility and is available as a browser extension, an online scanner, and an API. The extension can inspect pages behind logins, dynamically generated pages, and sensitive intranet pages without sending data to a remote server. It identifies errors, alerts, and structural elements directly in the page and supports private, secure accessibility reporting.
Návštěva zde.
2) axe DevTools
axe DevTools by Deque Systems is one of the most widely used accessibility scanners. It is available as a browser extension, a CI/CD library, and a mobile testing kit. The engine powers many other tools, including Google Lighthouse and Microsoft Accessibility Insights, and it produces low false-positive reports tied directly to WCAG 2.2 success criteria.
Návštěva zde.
3) Google Maják
Lighthouse is built into Chrome DevTools and runs accessibility, performance, SEO, and best-practice audits in one report. The accessibility category uses the axe-core engine and is a quick way to catch missing alt text, low contrast, and ARIA misuse during everyday development.
Návštěva zde.
4) Accessibility Insights
Accessibility Insights is a free Microsoft Nástroj pro Windows, web a Android. It offers a fast scan for common WCAG issues and a guided assessment that walks the tester through the full set of WCAG 2.2 Level AA checks. The Tab Stops visualization makes keyboard order easy to verify.
Návštěva zde.
5) Siteimprove
Siteimprove is an enterprise accessibility, content, and SEO platform. It crawls entire sites, maps issues to WCAG 2.2 success criteria, and tracks progress over time. AI-powered suggestions help editors fix problems without deep technical knowledge.
Návštěva zde.
6) JAWS and NVDA Screen Readers
Automated tools catch roughly 30 to 40 percent of accessibility issues; the rest require manual screen reader testing. JAWS is the long-standing commercial screen reader for Windows, while NVDA is a free open-source alternative. Both should be part of a serious accessibility program.
Návštěva zde.
7) WebAnywhere
WebAnywhere is a browser-based tool that works like a screen reader. It runs without installation and is useful when a developer or content editor wants a quick check of how a screen reader will read a page.
Návštěva zde.
How AI is Changing Accessibility Testing
AI je reshaping accessibility testing in three practical ways. First, machine-learning scanners now read the rendered DOM together with computer-vision models to detect issues that rule-based tools miss, such as inappropriate alt text or color combinations that fail in real layouts. Second, generative AI suggests human-readable fixes, including better alt text, clearer error messages, and ARIA attributes for custom components. Third, AI prioritizes findings by user impact, so teams can spend their budget on the issues that matter most. Tools such as Deque axe AI, Evinced, UserWay, and Siteimprove now include AI features. AI does not replace manual screen reader testing or user research with people who have disabilities, but it greatly reduces the manual triage workload and helps accessibility shift left into the development cycle.
Mýty o testování přístupnosti
Following are common myths about accessibility testing along with the facts:
Mýtus: Creating an accessible website is expensive.
Skutečnost: It is not. Considering accessibility during design, together with basic testing, saves money compared with retrofitting and reduces costly rework.
Mýtus: Changing an inaccessible website into an accessible one is too time consuming and expensive.
Skutečnost: You do not have to apply every fix at once. Start with the changes that have the biggest impact on users with disabilities and roll out the rest in later releases.
Mýtus: Accessibility is plain and boring.

Skutečnost: Pages can still be visually rich and attractive while meeting WCAG 2.2 guidelines. The W3C explicitly discourages text-only versions in favor of a single accessible experience for everyone.
Mýtus: Accessibility is only for blind and disabled users.
Skutečnost: Following accessibility guidelines improves overall usability and benefits every user, including those on mobile devices, in bright sunlight, or in noisy environments.


.jpg)


