統計情報(30日間)


最新情報をツイート


人気の投稿

テストフレームワークのまとめ

このエントリーをはてなブックマークに追加

いいまとめ。関連するドキュメント・ブログへのリンクもあって役立つ。


以下、記事からの抜粋。

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

Leave a Reply