<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Testing on Mobile A11y</title><link>https://mobilea11y.com/tags/testing/</link><description>Recent content in Testing on Mobile A11y</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>a11y@mobilea11y.com (Mobile A11y)</managingEditor><webMaster>a11y@mobilea11y.com (Mobile A11y)</webMaster><copyright>Email: [a11y@mobilea11y.com](mailto:a11y@mobilea11y.com).&lt;br&gt;&lt;a href="https://mobilea11y.com"&gt;Mobile A11y&lt;/a&gt; &amp;copy; 2026 by &lt;a href="https://www.linkedin.com/in/rob-whitaker/"&gt;Rob Whitaker&lt;/a&gt; is licensed under &lt;a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="license noopener noreferrer"&gt;CC BY-NC 4.0&lt;/a&gt;&lt;img src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt="" class="cc-icon"&gt;&lt;img src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt="" class="cc-icon"&gt;&lt;img src="https://mirrors.creativecommons.org/presskit/icons/nc.svg" alt="" class="cc-icon"&gt;</copyright><lastBuildDate>Tue, 17 Dec 2019 07:30:56 +0000</lastBuildDate><atom:link href="https://mobilea11y.com/tags/testing/index.xml" rel="self" type="application/rss+xml"/><item><title>A11yUITests: An XCUI Testing library for accessibility</title><link>https://mobilea11y.com/blog/a11yuitests/</link><pubDate>Tue, 17 Dec 2019 07:30:56 +0000</pubDate><author>a11y@mobilea11y.com (Mobile A11y)</author><guid>https://mobilea11y.com/blog/a11yuitests/</guid><description>&lt;p&gt;&lt;a href="https://github.com/rwapp/A11yUITests" target="_blank" rel="noreferrer"&gt;A11yUITests&lt;/a&gt; is an extension to XCTestCase that adds tests for common accessibility issues that can be run as part of an XCUITest suite. I&amp;rsquo;ve written a detailed discussion of the &lt;a href="https://mobilea11y.com/guides/xcui/" target="_blank" rel="noreferrer"&gt;tests available&lt;/a&gt; if you&amp;rsquo;re interested in changing/implementing these tests yourself. Alternatively, follow this quick start guide.&lt;/p&gt;

&lt;h2 class="relative group"&gt;Getting Started
 &lt;div id="getting-started" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#getting-started" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;

&lt;h3 class="relative group"&gt;Adding A11yUITests
 &lt;div id="adding-a11yuitests" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#adding-a11yuitests" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h3&gt;
&lt;p&gt;I&amp;rsquo;m assuming you&amp;rsquo;re already familiar with cocoapods, if not, &lt;a href="https://cocoapods.org" target="_blank" rel="noreferrer"&gt;cocoapods.org&lt;/a&gt; has a good introduction. There is one minor difference here compared to most cocoapods, we&amp;rsquo;re not including this pod in our app, but our app&amp;rsquo;s test bundle. This means your podfile will look something like this.&lt;/p&gt;</description></item><item><title>XCUITests for accessibility</title><link>https://mobilea11y.com/guides/xcui/</link><pubDate>Mon, 16 Dec 2019 07:30:56 +0000</pubDate><author>a11y@mobilea11y.com (Mobile A11y)</author><guid>https://mobilea11y.com/guides/xcui/</guid><description>&lt;p&gt;For a while now I’ve been looking at possibilities for automated accessibility testing on iOS. Unfortunately, I’ve not found any option so far that I’m happy with. I am a big fan of Apple’s XCUI Test framework. Although it has its limitations, I believe there’s scope for creating valid accessibility tests using this framework. Over the last few months I’ve been trying things out, and here’s what I’ve come up with.&lt;/p&gt;</description></item></channel></rss>