Authorchristian.braunschweiler

Test Driven Development on iOS

T

Since I’m developing my current iOS app using test driven development, I thought I’d share some of the things I’ve learned in the process. I’ll be focusing on TDD at the unit test level and I’ll only be discussing writing unit tests for view controllers. The concepts discussed in this post can easily be extended so that unit tests cover all parts of an iOS application and not just the view controllers. Two key ingredients to successfully writing cohesive unit tests...

Recent Posts