---
title: "Screen Reader Testing: A Developer's Workflow"
description: Learn to test with NVDA, JAWS, and VoiceOver to catch accessibility issues that automated tools miss.
image: https://thedeveloper.javierfuentes.cl/hubfs/Imported_Blog_Media/photo-1518770660439-4636190af475-1.jpg
---

[Skip to content](https://thedeveloper.javierfuentes.cl/blog/screen-reader-testing-a-developers-workflow#main-content)

[![Javier Fuentes - The Developer](https://thedeveloper.javierfuentes.cl/hubfs/jf-dev/img/logos/jf-logo.svg "Javier Fuentes - The Developer")](https://thedeveloper.javierfuentes.cl/)

- [Home](https://thedeveloper.javierfuentes.cl/qa-test)
- Products
  
  Show submenu for Products 
  
    - [Product 1](https://thedeveloper.javierfuentes.cl/qa-test)
      
      Show submenu for Product 1 
      
          - [Sub Product 1](https://thedeveloper.javierfuentes.cl/qa-test)
    - Product 2
      
      Show submenu for Product 2 
      
          - [Sub Product 2](https://thedeveloper.javierfuentes.cl/qa-test)
    - [Sub Product 3](https://thedeveloper.javierfuentes.cl/qa-test)
- [Pricing](https://thedeveloper.javierfuentes.cl/qa-test)
- Blog
- [Company](https://thedeveloper.javierfuentes.cl/qa-test)
  
  Show submenu for Company 
  
    - [History](https://thedeveloper.javierfuentes.cl/qa-test)
    - [Open Positions](https://thedeveloper.javierfuentes.cl/qa-test)

- [Home](https://thedeveloper.javierfuentes.cl/qa-test)
- Products
  
  Show submenu for Products 
  
    - [Product 1](https://thedeveloper.javierfuentes.cl/qa-test)
      
      Show submenu for Product 1 
      
          - [Sub Product 1](https://thedeveloper.javierfuentes.cl/qa-test)
    - Product 2
      
      Show submenu for Product 2 
      
          - [Sub Product 2](https://thedeveloper.javierfuentes.cl/qa-test)
    - [Sub Product 3](https://thedeveloper.javierfuentes.cl/qa-test)
- [Pricing](https://thedeveloper.javierfuentes.cl/qa-test)
- Blog
- [Company](https://thedeveloper.javierfuentes.cl/qa-test)
  
  Show submenu for Company 
  
    - [History](https://thedeveloper.javierfuentes.cl/qa-test)
    - [Open Positions](https://thedeveloper.javierfuentes.cl/qa-test)

Search

- There are no suggestions because the search field is empty.

# Screen Reader Testing: A Developer's Workflow

[Carlos Mendez](https://thedeveloper.javierfuentes.cl/blog/author/carlos-mendez)  Nov 19, 2024, 12:00:00 AM

Screen reader testing is the most direct way to experience your site as a visually impaired user would. This guide covers the essential keyboard shortcuts for NVDA on Windows, VoiceOver on macOS and iOS, and TalkBack on Android, plus a practical testing checklist.

[Accessibility](https://thedeveloper.javierfuentes.cl/blog/tag/accessibility), [Testing](https://thedeveloper.javierfuentes.cl/blog/tag/testing), [Screen-Readers](https://thedeveloper.javierfuentes.cl/blog/tag/screen-readers)

## Read On

[![](https://thedeveloper.javierfuentes.cl/hs-fs/hubfs/Imported_Blog_Media/photo-1461749280684-dccba630e2f6-2.jpg?width=352&name=photo-1461749280684-dccba630e2f6-2.jpg)](https://thedeveloper.javierfuentes.cl/blog/getting-started-with-web-accessibility-a-developers-guide)

### [Getting Started with Web Accessibility: A Developer's Guide](https://thedeveloper.javierfuentes.cl/blog/getting-started-with-web-accessibility-a-developers-guide)

 Web accessibility ensures that websites and applications are usable by everyone, including people...

[![](https://thedeveloper.javierfuentes.cl/hs-fs/hubfs/Imported_Blog_Media/photo-1504868584819-f8e8b4b6d7e3-1.jpg?width=352&name=photo-1504868584819-f8e8b4b6d7e3-1.jpg)](https://thedeveloper.javierfuentes.cl/blog/understanding-core-web-vitals-for-developers)

### [Understanding Core Web Vitals for Developers](https://thedeveloper.javierfuentes.cl/blog/understanding-core-web-vitals-for-developers)

 Core Web Vitals are Google's user-experience metrics that directly affect search rankings. LCP...

[![](https://thedeveloper.javierfuentes.cl/hs-fs/hubfs/Imported_Blog_Media/photo-1526374965328-7f61d4dc18c5-1.jpg?width=352&name=photo-1526374965328-7f61d4dc18c5-1.jpg)](https://thedeveloper.javierfuentes.cl/blog/image-alt-text-a-practical-guide-for-developers)

### [Image Alt Text: A Practical Guide for Developers](https://thedeveloper.javierfuentes.cl/blog/image-alt-text-a-practical-guide-for-developers)

 Alt text is often misunderstood. It is not just a description of what is in the image — it is a...

[Follow us on Facebook](https://www.facebook.com/) [Follow us on LinkedIn](https://www.linkedin.com/) [Follow us on Twitter](https://www.twitter.com/) [Follow us on Instagram](https://www.instagram.com/)

© 2026 All rights reserved.

```json
{
  "@context" : "https://schema.org",
  "@type" : "BlogPosting",
  "author" : {
    "@type" : "Person",
    "name" : "Carlos Mendez",
    "url" : "https://thedeveloper.javierfuentes.cl/blog/author/carlos-mendez"
  },
  "dateModified" : "2026-06-27T23:14:10.266Z",
  "datePublished" : "2024-11-19T05:00:00.000Z",
  "headline" : "Screen Reader Testing: A Developer's Workflow",
  "image" : [ "https://thedeveloper.javierfuentes.cl/hubfs/Imported_Blog_Media/photo-1518770660439-4636190af475-1.jpg" ],
  "mainEntityOfPage" : {
    "@id" : "https://thedeveloper.javierfuentes.cl/blog/screen-reader-testing-a-developers-workflow",
    "@type" : "WebPage"
  },
  "publisher" : {
    "@type" : "Organization",
    "logo" : {
      "@type" : "ImageObject",
      "url" : "https://thedeveloper.javierfuentes.cl/hubfs/jf-dev/img/logos/jf-logo.svg"
    }
  }
}
```