back
How to test your awesome iOS app
Abstract
XCode provides developers with two kinds of test : unit tests and UI tests. This live coding session will introduce both of these concepts.
Schedule :
- Why should I test my mobile app ?
- Live coding : synchronous and asynchronous tests
- Live coding : UI tests
- Code coverage
Everything shown in the session is available on Github, no more excuses to skip the tests :)