# Screen Reader Methods

## Methods

* [NVDA Smoke Test](https://ebay.gitbook.io/oatmeal/screen-reader/nvda-smoke-test)

## Screen Reader Testing Strategy

### Desktop

Testing must be done in order of the following screen reader/browser combinations.

1. JAWS with IE on Windows
2. [NVDA](https://www.nvaccess.org/download/) with Firefox on Windows
3. VoiceOver with Safari on Mac OS

### Mobile

Use the native screen reader and the following browsers.

* Android: TalkBack with Chrome
* iOS: VoiceOver with Safari

### Screen Reader Verbosity

Screen readers typically allow users to customize what details their screen reader will announce. Unless otherwise specified, all screen reader testing methods assume default verbosity settings.

## Screen Reader Set Up

* [NVDA Set Up](https://ebay.gitbook.io/oatmeal/screen-reader/nvda)
* For VoiceOver, just [Fix Safari Tabbing](https://ebay.gitbook.io/oatmeal/help/fix-safari-tabbing)

## Other Screen Reader Resources

* [WebAIM: Using NVDA to Evaluate Web Accessibility](http://webaim.org/articles/nvda/)
* [WebAIM: Using VoiceOver to Evaluate Web Accessibility](http://webaim.org/articles/voiceover/)
* [WebAIM: Using JAWS to Evaluate Web Accessibility](http://webaim.org/articles/jaws/)
* [The Paciello Group: Shut Up JAWS](https://developer.paciellogroup.com/blog/2017/07/shut-up-jaws/)
* [Aural UI of the Elements of HTML](https://thepaciellogroup.github.io/AT-browser-tests/)

### Videos

* [Deque: Accessibility Testing with the NVDA Screenreader](https://www.youtube.com/watch?v=Vx1vSd5uYS8)
* [Google: Screen Reader Basics: NVDA](https://www.youtube.com/watch?v=Jao3s_CwdRU)
* [Google: Screen Reader Basics: VoiceOver](https://www.youtube.com/watch?v=5R-6WvAihms)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ebay.gitbook.io/oatmeal/screen-reader.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
