And the more you get comfortable with UI tests the more accessible your apps will become, because an app that is easy to test is also great for accessibility. One caveat for ensuring your tests are checking accessibility - Referencing elements by index or identifier can make finding elements on screen easier, plus it means your tests can be robust when testing in different languages. If you want to turbo-charge your XCUI accessibility testing I have a library available to add accessibility tests and a detailed blog on XCUITests for accessibility.