Which of the following is NOT an element of manual accessibility testing?
- Using a browser extension to audit your page
- Keyboard testing
- Zooming in on your page using the browser’s native zooming feature
- Screen reader testing
Explanation: The correct answer is Using a browser extension to audit your page. Manual accessibility testing involves evaluating a website or web application to ensure that it’s usable by people with disabilities. This process typically includes keyboard testing, which checks if all interactive elements can be accessed and operated using only a keyboard, ensuring that users who cannot use a mouse or other pointing device can still navigate the site effectively. Screen reader testing involves using screen reader software to listen to the content of a webpage, ensuring that it’s properly conveyed to users who rely on screen readers to access digital content. Zooming in on the page using the browser’s native zooming feature can help identify issues related to text readability and layout at different magnification levels, which is particularly important for users with visual impairments. However, using a browser extension to audit the page is not considered a direct element of manual accessibility testing. While browser extensions can be valuable tools for automated accessibility testing or for providing additional insights into accessibility issues, manual testing typically involves direct interaction with the webpage using built-in browser features or assistive technologies to simulate the experiences of users with disabilities.