Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 11 additions & 2 deletions docs/modules/manual-testing/pages/device-controls.adoc
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
= Device controls
:navtitle: Device controls

Use these device controls to interact with your device during a manual test session.
Interact with your device during a manual test session using these device controls.

== Touch

To interact with your device, select *Touch*, then use *left-click* to tap and swipe the device screen.
To interact with your device, select *Touch*, then *left-click* to tap and swipe the device screen.

image:manual-testing:select-touch-context.png[width=1000,alt="Select Touch on Manual session"]

Expand Down Expand Up @@ -176,3 +176,12 @@ image:manual-testing:screenshot-context.png[width=750, alt="A manual session wit
To download your screenshots, select *Screenshots*, then choose a screenshot to download.

image:manual-testing:select-screenshot-closeup.png[width=750,alt="Select screenshots you want to download"]

== VoiceOver

Use VoiceOver on iOS devices to test app accessibility. +
To enable it in a *Manual Session*, open the *Screen Reader* menu in the left navigation bar.

image:voiceover-manual-session.png[width=750, alt="Enable VoiceOver through the Screen Reader toggle in a manual session"]

For more information, see the VoiceOver guide.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Learn how to test your app camera using image injection, so you can ensure end-users can take photos or scan QR codes with your app.

== Before you start
== Before you begin


Enable image injection for your app with one of these options:
Expand Down
42 changes: 42 additions & 0 deletions docs/modules/manual-testing/pages/voice-over-manual-session.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
= VoiceOver in Manual iOS Sessions

== Overview

Test accessibility on iOS devices during a manual session using VoiceOver.

== Prerequisites

Before using VoiceOver in a manual session, ensure the following requirements are met:

* A private iOS device that supports a Bluetooth keyboard
* The iOS device must operate in Lightning mode to support audio output during manual testing sessions.

NOTE: Audio output during VoiceOver testing is supported only on devices configured with Bluetooth keyboard access.

== Using VoiceOver During a Manual Session

When a manual session is active:

* The Screen Reader icon is selectable in the left toolbar
* Selecting the icon opens a floating Screen Reader modal

image:voiceover-manual-session.png[width=750, alt="Screenshot of the Screen Reader modal"]

From the Screen Reader modal, users can:

* Turn VoiceOver mode on or off using the toggle
* Select a gesture or command to perform the corresponding action on the device screen
* Listen to VoiceOver output while navigating and interacting with the device

For a complete list of supported gestures, see xref:screen-reader-gestures.adoc[VoiceOver gestures and commands].

Each gesture or command includes:

* A supporting description explaining its behavior
* A keyboard shortcut displayed in the modal

While VoiceOver mode is enabled:

* Other toolbar tools remain available
* The device screen can still be interacted with normally
* VoiceOver gestures supplement, rather than replace, standard interaction
Loading