在iPhone中进行单元测试的最佳实践

Best practices for unit testing in IPhone

本问题已经有最佳答案,请猛点这里访问。

Possible Duplicate:
How to run and debug unit tests for an iPhone application

我想对我的iPhone应用程序进行单元测试。应遵循哪些提示和实践?


这是我最喜欢的一个

http://www.raywenderlich.com/3716/unit-testing-in-xcode-4-quick-start-guide

单元测试目标C代码的最佳方法是什么?

http://paulsolt.com/2010/11/iphone-unit-testing-explained-part-1/

http://longweekendmobile.com/2011/02/23/tdd-best-practices-testing-in-ios4-with-ghunit-part-1/

http://longweekendmobile.com/2011/02/23/tdd-best-practices-testing-in-ios4-with-ghunit-part-1/


您可能想签出GorillaLogic的FoneMonkey,这是一个针对iPhone应用程序的开源记录/回放测试工具:GorillaLogic的链接


Xcode4提供了您所需要的一切:用于单元测试的ocUnit——并且仪器具有自动化功能,您可能希望查看一下GUI测试。