I finished my project on an iPhone dev at uni WITHOUT doing \"useful\" unit testing (did some simple ones just to put on my report).
I was looking at the apple\'s unit t
i use GHUnit, is a test framework for Objective-C, you can follow the instruction on the page or see the video TDD for iPhone Development , GHUnit it's easy to use and very helpful.
cheers!