可能重复:
How to run and debug unit tests for an iPhone application
我想对我的iPhone应用程序进行单元测试 应该遵循哪些提示和做法?
答案 0 :(得分:6)
这是我最喜欢的一个
http://www.raywenderlich.com/3716/unit-testing-in-xcode-4-quick-start-guide
What is the best way to unit test Objective-C code?
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/
答案 1 :(得分:2)
您可能需要查看Gorilla Logic的FoneMonkey,这是一款适用于iPhone应用程序的开源记录/回放测试工具:link for gorillalogic
答案 2 :(得分:0)
Xcode 4提供了您需要的一切: OCUnit 用于单元测试 - 仪器具有自动化功能,您可能需要查看GUI测试。