Browse QA Engineers Section 4: Accessibility Testing

Automated Accessibility Audit

2 fill-in slots · from The AI Prompt Handbook for QA Engineers

Your details

0/2 filled

Automated Accessibility Audit

Generate an automated accessibility audit script for this screen.

SCREEN: [Name]
PLATFORM: [iOS / Android / Both]

FOR iOS (XCUITest + Accessibility Audit):
Generate a test that uses XCUIApplication's accessibility audit API to:
1. Run a full accessibility audit on the screen
2. Check for missing labels
3. Check for insufficient contrast
4. Check for small touch targets
5. Report all violations with element identifiers

FOR ANDROID (Espresso + Accessibility Testing Framework):
Generate a test that uses AccessibilityChecks to:
1. Enable accessibility checking on all views
2. Run Espresso actions that trigger accessibility validation
3. Check for missing contentDescription
4. Check for insufficient touch target size
5. Report violations with view IDs

Include setup code and any required dependencies.

Highlighted [slots] are still empty. Downloads are plain .txt — paste into any AI assistant.