Home › Software Testing › Software Testing › tools_automation_cicd › Accessibility testing primarily ensures that
Accessibility testing primarily ensures that
ASystems are buildable on all CI servers
BSystems are usable by people with disabilities
CSystems are accessible across all timezones
DSystems are reachable from all IP addresses
Answer & Solution
Correct answer: B. Systems are usable by people with disabilities
Accessibility (a11y) testing checks conformance with WCAG 2.x (Web Content Accessibility Guidelines): alternative text, keyboard navigation, screen reader support, contrast ratios, semantic HTML. Tools: axe, Lighthouse, NVDA.
Related questions
In Scrum, the 'Definition of Done' (DoD) typically includesTest pyramid (Mike Cohn) advocates forA 'flaky test' is a test thatBehaviour-driven development (BDD) tools commonly usePerformance testing in general is BROADER than load testing because it includesPenetration testing is a form ofMutation testing measures the effectiveness ofExploratory testing is BEST described as