October 2021
Intermediate to advanced
343 pages
5h 31m
English
UI tests are your first line of defense, which will tell you whether your application works or not; they interact with the application precisely like what your user does. The XCUITest framework will help you query UI elements inside your app and do interactions and then validate UI properties and states. UI tests access your app using the iOS accessibility system. Accessibility is a technology that gives disabled people the same experience on our applications that all our users receive. It offers rich semantic data ...