iPhone devsugar: Unit testing for iPhone view controllers
March 10th, 2010

Unit testing refers to a software validation methodology that allows programmers to test individual program units for correctness. It’s been an ongoing question in the iPhone developer community as to whether the iPhone’s view controller class is testable or not.
In response to these discussions, iPhone developer Jonah Williams has written up a view controller unit testing how-to over at the Carbon Five web blog. His write-up offers examples that show how to incorporate some best practices into your code.