Literature Reviews
Reviewed research papers, articles, and publications relevant to digital accessibility.
97 results found tagged automated testing.
-
Measuring the Semantic Accessibility Gap in LLM-Generated Web UIs
Calo, Gurita, and De Russis investigate a blind spot of mainstream automated accessibility tools: while scanners like Axe-core reliably catch missing alt attributes or unlabelled form fields (syntactic violations), they cannot tell whether the values…
-
iTagPDF: Towards Finally Automating PDF Accessibility
This CHI 2026 paper from Mowar, Steinfeld, and Bigham (Carnegie Mellon) presents iTagPDF, an automated system for tagging academic research PDFs so they are accessible to screen reader users. The authors argue that PDF accessibility has remained a pe…
-
Judge: Effective State Abstraction for Guiding Automated Web GUI Testing
This paper presents Judge, a novel approach to state abstraction for automated web GUI testing (AWGT). AWGTs explore web applications by performing GUI actions and building a state model to guide further exploration, maximising code coverage within a…
-
Towards Testing the Accessibility of Dynamic Visual Changes in Android Mobile GUI with Multi-Modal LLMs
This paper addresses a long-standing gap in mobile accessibility testing: dynamic visual changes in Android GUIs that communicate task status or feedback to sighted users but are invisible to blind users of screen readers such as TalkBack. Examples i…
-
AXECC: Benchmarking the Privacy and Accessibility Impact of Browser Extensions
This paper presents AXECC, a novel automated framework for jointly measuring the web-tracking behaviour and accessibility impact of browser extensions at scale. The authors argue that while browser extensions are widely installed to improve the brows…
-
OPTIMAL-EM: Complexity-Driven Clustering for Optimised Web Accessibility Evaluation
Hambley, Yesilada, Vigo, and Harper (University of Manchester and METU-NCC) extend their OPTIMAL-EM methodology for large-scale web accessibility conformance evaluation. The problem they address is fundamental to professional auditing: the W3C's Webs…
-
SAMBA: a semi-automatic method for measuring barriers of accessibility
Brajnik and Lomuscio argue that web accessibility cannot be managed without being measured, yet existing accessibility metrics are underdeveloped and almost universally tied to conformance with WCAG checkpoints rather than to the real-world barriers …
-
Improving the outcomes of students with cognitive and learning disabilities: phase I development for a web accessibility tool
This poster paper from ASSETS 2007 reports on Phase I of a project to extend the WAVE (Web Accessibility Versatile Evaluator) open-source tool with a new suite of evaluators specifically targeting the cognitive load of web pages. The work, led by Web…
-
Effects of sampling methods on web accessibility evaluations
Brajnik, Mulas, and Pitton's Assets '07 paper is a large, careful empirical investigation of the sampling step in web-accessibility evaluation — the step at which an evaluator picks which pages of a site to actually test. For any site above a trivial…
-
Feedback-based evaluation tool for web accessibility
This short Assets '07 demonstration paper from NTT Cyber Solutions Laboratories proposes a feedback-driven approach to improving automated web-accessibility evaluation tools. The authors frame the familiar problem that automated checkers such as Bobb…