One reason I like so much working on native mobile apps is to deliver the user experience based on their region and location. Although, for every update, it can be painful for developers to recapture screenshots foreach available language. Today, Iโll share how to automate this with UI tests and Xcode tools. Prerequisites For UI […]
In the last couple years, Apple has made some good efforts to improve their testing tools. Today, Iโll walk you through some tips to make sure your test suite run at their best capacity. Project configuration and testing environment If you havenโt added yet some unit tests in your app, the first step is to […]