Discussion:
Accessibility testing an App
Matt Elton
2018-09-26 14:22:25 UTC
Permalink
Hi everyone,

I emailed a few months ago for advice on how best to check the
accessibility of a website on mobile and desktop. Your feedback was very
helpful - so thanks again for that.

We have now progressed on, and I would very much like to check the
accessibility of an Android and iOS app (ideally against WCAG v2.1). Can
anyone talk me through how this can be done as it is difficult to see the
code behind the App. Is it enough to run assistive tech on it (i.e.
VoiceOver, Talkback etc). or is there a way to look at the code as well?

Cheers for your help,
Matt
Sean Murphy (seanmmur)
2018-09-26 21:38:34 UTC
Permalink
Matt, Apple provides a library to perform code inspection for iOS native apps I believe android also provides The same capability. If you’re running a webpage on mobile device then using a tool like AXE where you are using JavaScript to call the code inspection program would also work. If the app is a web both standalone which I have seen I’m not sure.

Sent from my iPhone
Post by Matt Elton
Hi everyone,
I emailed a few months ago for advice on how best to check the accessibility of a website on mobile and desktop. Your feedback was very helpful - so thanks again for that..
We have now progressed on, and I would very much like to check the accessibility of an Android and iOS app (ideally against WCAG v2.1). Can anyone talk me through how this can be done as it is difficult to see the code behind the App. Is it enough to run assistive tech on it (i.e. VoiceOver, Talkback etc). or is there a way to look at the code as well?
Phill Jenkins
2018-09-27 00:03:01 UTC
Permalink
IBM Accessibility Research developed the Mobile Accessibility Checker
(MAC) technology to test and help automate more of the testing for both
iOS and Android native apps.
MAC also covers hybrid apps that have a browser component wrapped inside
the app - meaning the app isn't a web site that runs in the browser, those
are called "mobile web apps". We started developing it a few years ago
because there wasn't one out there...

See https://www.ibm.com/able/mobile-accessibility-checker.html
you can try out the technology by contacting us.

Both iOS and Android have released some good guidance and some checking
tools, but last I checked there wasn't a lot or any APIs for integration,
or automation, customizations, openness for adding custom rules, etc.

MAC technology was also available from SSB Bart's AMP for Mobile too.
YouTube video

2015 Press Release
https://www.prnewswire.com/news-releases/digital-accessibility-solutions-provider-ssb-bart-group-launches-new-mobile-accessibility-management-platform-300045211.html
other news articles, such as
http://www.eweek.com/small-business/ibm-mobile-accessibility-checker-built-for-ios-android

for latest offering from Level Access, see their web site at
https://www.levelaccess.com/products/software/mobile-accessibility/
___________
Regards,
Phill Jenkins
Check out the new system for requesting an IBM product Accessibility
Conformance Report VPAT® at able.ibm.com/request
***@us.ibm.com
Senior Engineer & Accessibility Executive
IBM Research Accessibility
linkedin.com/in/philljenkins/
www.ibm.com/able
twitter.com/IBMAccess
ageandability.com




From: Matt Elton <***@gmail.com>
To: w3c-wai-***@w3.org
Date: 09/26/2018 02:35 PM
Subject: Accessibility testing an App



Hi everyone,

I emailed a few months ago for advice on how best to check the
accessibility of a website on mobile and desktop. Your feedback was very
helpful - so thanks again for that..

We have now progressed on, and I would very much like to check the
accessibility of an Android and iOS app (ideally against WCAG v2.1). Can
anyone talk me through how this can be done as it is difficult to see the
code behind the App. Is it enough to run assistive tech on it (i.e.
VoiceOver, Talkback etc). or is there a way to look at the code as well?

Cheers for your help,
Matt
Sean Murphy (seanmmur)
2018-09-27 00:17:07 UTC
Permalink
Phil,

Is the IBM checker a purchased product or open source?

[Loading Image...]




Sean Murphy
SR ENGINEER.SOFTWARE ENGINEERING
***@cisco.com<mailto:***@cisco.com>
Tel: +61 2 8446 7751










Cisco Systems, Inc.
The Forum 201 Pacific Highway
ST LEONARDS
2065
Australia
cisco.com



[Loading Image...]

Think before you print.

This email may contain confidential and privileged material for the sole use of the intended recipient. Any review, use, distribution or disclosure by others is strictly prohibited. If you are not the intended recipient (or authorized to receive for the recipient), please contact the sender by reply email and delete all copies of this message.
Please click here<http://www.cisco.com/c/en/us/about/legal/terms-sale-software-license-agreement/company-registration-information.html> for Company Registration Information.







From: Phill Jenkins <***@us.ibm.com>
Sent: Thursday, 27 September 2018 10:03 AM
To: Matt Elton <***@gmail.com>
Cc: w3c-wai-***@w3.org
Subject: Re: Accessibility testing an App

IBM Accessibility Research developed the Mobile Accessibility Checker (MAC) technology to test and help automate more of the testing for both iOS and Android native apps.
MAC also covers hybrid apps that have a browser component wrapped inside the app - meaning the app isn't a web site that runs in the browser, those are called "mobile web apps". We started developing it a few years ago because there wasn't one out there...

See https://www.ibm.com/able/mobile-accessibility-checker.html
you can try out the technology by contacting us.

Both iOS and Android have released some good guidance and some checking tools, but last I checked there wasn't a lot or any APIs for integration, or automation, customizations, openness for adding custom rules, etc.

MAC technology was also available from SSB Bart's AMP for Mobile too.
YouTube video http://youtu.be/GJ_6Ly930t4
2015 Press Release https://www.prnewswire.com/news-releases/digital-accessibility-solutions-provider-ssb-bart-group-launches-new-mobile-accessibility-management-platform-300045211.html
other news articles, such as http://www.eweek.com/small-business/ibm-mobile-accessibility-checker-built-for-ios-android

for latest offering from Level Access, see their web site at https://www.levelaccess.com/products/software/mobile-accessibility/
___________
Regards,
Phill Jenkins
Check out the new system for requesting an IBM product Accessibility Conformance Report VPAT(r)at able.ibm.com/request<https://able.ibm.com/request/>
***@us.ibm.com
Senior Engineer & Accessibility Executive
IBM Research Accessibility
linkedin.com/in/philljenkins/<https://www.linkedin.com/in/philljenkins/>
www.ibm.com/able<http://www.ibm.com/able>
twitter.com/IBMAccess<https://twitter.com/IBMAccess>
ageandability.com




From: Matt Elton <***@gmail.com>
To: w3c-wai-***@w3.org
Date: 09/26/2018 02:35 PM
Subject: Accessibility testing an App
________________________________



Hi everyone,

I emailed a few months ago for advice on how best to check the accessibility of a website on mobile and desktop. Your feedback was very helpful - so thanks again for that..

We have now progressed on, and I would very much like to check the accessibility of an Android and iOS app (ideally against WCAG v2.1). Can anyone talk me through how this can be done as it is difficult to see the code behind the App. Is it enough to run assistive tech on it (i.e. VoiceOver, Talkback etc). or is there a way to look at the code as well?

Cheers for your help,
Matt
Katie Haritos-Shea
2018-09-27 00:33:08 UTC
Permalink
Matt,

Accessibility Scanner for android is a free tool (I think in the Google
store), that can check and test for some things. There may be some things
that are not perfect, but I have found it useful in the past.
Post by Sean Murphy (seanmmur)
Phil,
Is the IBM checker a purchased product or open source?
https://www.cisco.com/c/dam/m/en_us/signaturetool/images/banners/standard/02_standard_ciscoblue02.png]
*Sean Murphy*
SR ENGINEER.SOFTWARE ENGINEERING
Tel: *+61 2 8446 7751*
Cisco Systems, Inc.
The Forum 201 Pacific Highway
ST LEONARDS
2065
Australia
cisco.com
[image: http://www.cisco.com/assets/swa/img/thinkbeforeyouprint.gif]
Think before you print.
This email may contain confidential and privileged material for the sole
use of the intended recipient. Any review, use, distribution or disclosure
by others is strictly prohibited. If you are not the intended recipient (or
authorized to receive for the recipient), please contact the sender by
reply email and delete all copies of this message.
Please click here
<http://www.cisco.com/c/en/us/about/legal/terms-sale-software-license-agreement/company-registration-information.html>
for Company Registration Information.
*Sent:* Thursday, 27 September 2018 10:03 AM
*Subject:* Re: Accessibility testing an App
IBM Accessibility Research developed the Mobile Accessibility Checker
(MAC) technology to test and help automate more of the testing for both iOS
and Android native apps.
MAC also covers hybrid apps that have a browser component wrapped inside
the app - meaning the app isn't a web site that runs in the browser, those
are called "mobile web apps". We started developing it a few years ago
because there wasn't one out there...
See https://www.ibm.com/able/mobile-accessibility-checker.html
you can try out the technology by contacting us.
Both iOS and Android have released some good guidance and some checking
tools, but last I checked there wasn't a lot or any APIs for integration,
or automation, customizations, openness for adding custom rules, etc.
MAC technology was also available from SSB Bart's AMP for Mobile too.
YouTube video http://youtu.be/GJ_6Ly930t4
2015 Press Release
https://www.prnewswire.com/news-releases/digital-accessibility-solutions-provider-ssb-bart-group-launches-new-mobile-accessibility-management-platform-300045211.html
other news articles, such as
http://www.eweek.com/small-business/ibm-mobile-accessibility-checker-built-for-ios-android
for latest offering from Level Access, see their web site at
https://www.levelaccess.com/products/software/mobile-accessibility/
___________
Regards,
Phill Jenkins
Check out the new system for requesting an IBM product Accessibility
Conformance Report VPAT®at able.ibm.com/request
Senior Engineer & Accessibility Executive
IBM Research Accessibility
linkedin.com/in/philljenkins/ <https://www.linkedin.com/in/philljenkins/>
www.ibm.com/able
twitter.com/IBMAccess
ageandability.com
Date: 09/26/2018 02:35 PM
Subject: Accessibility testing an App
------------------------------
Hi everyone,
I emailed a few months ago for advice on how best to check the
accessibility of a website on mobile and desktop. Your feedback was very
helpful - so thanks again for that..
We have now progressed on, and I would very much like to check the
accessibility of an Android and iOS app (ideally against WCAG v2.1). Can
anyone talk me through how this can be done as it is difficult to see the
code behind the App. Is it enough to run assistive tech on it (i.e.
VoiceOver, Talkback etc). or is there a way to look at the code as well?
Cheers for your help,
Matt
Loading...