Cool as the other side of the pillow…
RSS icon Email icon Home icon
  • Notes on How to Unit Test iPhone Applications

    Posted on July 22nd, 2009 GQAdonis No comments

    Unit testing is an essential part of getting development done right. While unit testing applications for Java, .NET, Ruby, JavaScript and other languages is a relatively simple task, unit testing iPhone application is a bit more complicated, since there is no support in XCode provided. The following two articles provide the details for how to set up unit testing for iPhone applications:

    Stay tuned as I write future articles on how to build reusable iPhone libraries and frameworks that include unit testing as a core concept to ensure correctness of code and function.

    Leave a reply