Integration testing with KIF
Everybody loves a bit of testing, testing makes the heart grow fonder. BUT there is only so much testing you can do using unit tests. Don't get me wrong unit tests are awesome, although there comes a time when unit testing can only take you so far. This is where integration testing and KIF, comes in. Using KIF, you will be able to magically simulate user interactions such as tapping buttons and entering text into text fields, combining unit tests and integration tests, your app will be invincible.
Here is a video of KIF in action i put together with a sample app i quickly created, it magically fills out a demo login form and hits the login button.
If you want to get your hands dirty with KIF and bulletproof your apps, head over to the link below and get started yourself. Everything you need is explained in the readme to get started:
https://github.com/square/KIF













