home » blog » Tags » unit testing

Closer is Better >> Nearsoft Blog

Tags >> unit testing

GHUnit: Unit Testing Objective-C for the iPhone

Posted by Jesus Guerra on 04/20/2011 in unit testing , Objective C , iPhone , iOS , GHUnit

GHUnit is a test framework for Objective-C that runs on Mac OS X 10.5 and above and iPhone 3.x and above. It can be used standalone or with other testing frameworks like SenTestingKit or GTM.

Five Misconceptions about Unit Testing

Posted by Marco Patiño on 11/10/2010 in unit testing , test-driven development , continuous integration

Software development is not an easy task. There’s a lot of things to read, know and practice in order to be good. New techniques arise and older ones come back to life recently such as MVC. One of those new techniques out there is Unit Testing.