いいまとめ。関連するドキュメント・ブログへのリンクもあって役立つ。
以下、記事からの抜粋。
Unit Testing
Test::Unit Style
OCUnit/SenTestingKit
CATCH
GHUnit
Google Toolbox for Mac: iPhone Unit Testing
RSpec Style
Kiwi (which also comes with mocking & expectations)
Cedar
Jasmine with UI Automation as shown in dexterous' iOS-Acceptance-Testing specs
Acceptance Testing
Selenium Style
UI Automation (works on device)
UI Automation Instruments Guide
UI Automation reference documentation
Capturing User Interface Actions into Automation Scripts
Cucumber Style
Frank and iCuke (based on the Cucumber meets iPhone talk)
KIF (Keep It Functional) by Square
Additions
OCMock for mocking
OCHamcrest and/or Expecta for expectations