Learning UITesting using Xcode

Let me demystify this essential tool to testing your Apps

Steven Curtis

--

IO tests allow direct interaction with the App, with the simulator providing simulated touches and swipes with the App. This is opposed to the use of Unit testing. While Unit testing is great — you split up different sections of the App and then test them — it does not provide a wholistic view of how the App is behaving.

Luckily, Xcode is shipped with a UITesting framework built right in.

Prerequisites:

--

--