When developing iPhone apps with Xcode 3.2.1/Objective C, which unit test tools are recommended?
I am new to the iPhone OS platform, and I am interested in your best practices.
views:
153answers:
2
                +1 
                A: 
                
                
              Take a look at this question http://stackoverflow.com/questions/159280/do-ocunit-and-ocmock-work-on-the-iphone-sdk
                  Shaji
                   2010-04-28 17:14:45
                
              @Shaji: +1 This was useful
                  Kb
                   2010-04-28 17:19:24
                
                +1 
                A: 
                
                
              The recommended testing frameork is OCUnit, which ships with Xcode. You will also find that the Google Toolbox for Mac has a great many useful tools for testing OS X and iPhone applications, including UI testing on both platforms.
For mock objects, I personally recommend OCMock.
                  Barry Wark
                   2010-04-28 18:29:10