Mobile App Accessibility Testing
Mobile app accessibility testing enables automated accessibility scanning for native mobile applications in KaneAI. This feature performs accessibility checks during test execution, helping identify accessibility issues and ensure compliance with accessibility standards.
Platform Support
| Platform | Supported Versions | Notes |
|---|---|---|
| iOS | 17.0 and above | Versions below 17.0 will pass tests but won't generate accessibility reports |
| Android | All versions | Full support for accessibility scanning |
How It Works
Step 1: Add Accessibility Scan Instruction
During test authoring, add the accessibility scan instruction:
- Navigate to the screen you want to scan
- Type "/" in the input box and click on Accessibility scan
- The instruction is recorded as part of the test flow
- The current screen is marked for accessibility scanning
Step 2: Instruction Recording
When the accessibility scan instruction is added:
- The instruction is recorded in the test execution flow
- The current screen is marked to be scanned using the app scanner hook for accessibility
- The scan hook is triggered during test execution at the corresponding screen