android - Test accessibility (talkback) for application -


i making application accessibility compliant. providing correct data accessibility framework giving android:contentdescription="your string" in xml.

also have seen android developer guide on making applications accessible overview of steps need take ensure application works correctly accessibility services.

now problem testing these in each , every screen taking more time. app has 30 screens , each time go module take 15-20 mins when talk on.

can suggest tool/ better way test app?

@unof right, 1 tool can use lint show warnings missing content description.

i'm experimenting google accessibility test framework, can automate of tests: https://github.com/google/accessibility-test-framework-for-android

besides advice use emulator supports talk back, i'm using genymotion gapps installed , easier/faster cases using actual device, if going test multiple gestures, i'll recommend using genymotion remote control feature: https://docs.genymotion.com/content/03_virtual_devices/emulating_sensors_and_features/remote_control.htm it's handy in situations when need track network request while using 2 fingers scroll accessibility requires.

still manual task have do, try tweak it.

go accessibility settings , increase speed @ text spoken: http://developer.android.com/design/patterns/accessibility.html#tools

it's helpful learn of gestures, , explore talkback settings: https://support.google.com/accessibility/android/answer/6006589?hl=en

i hope helps!


Comments

Popular posts from this blog

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -