テスティング Grails – リソースコレクション

Tomás Lin's Programming Brain Dump にポストされた、
Testing Grails – A Collection of Useful Resources」を、(途中まで)超意訳してみた。
あくまでも意訳ですよ意訳。いろいろ間違いがあったら @tyama

にコッソリDMで。

テスティング Grails – リソースコレクション

このポストは、Grailsでのベターなテストを学ぶのに興味深いリソース集です。多くのツール、動画、その他リソース等、Grailsアプリのテストを学ぶのに役に立つ情報をまとめてあります。

ここに足りない物があったらコメントで教えてください。

ツール

Grails プラグイン

必見のガイドライン

動画

プレゼンテーション・リソース

書籍

  • Growing Object-Oriented Software, Guided by Tests - Outlines a lot of good practices and principles around writing tests.
  • ATDD By Example - pretty good end-to-end introduction to how to do BDD. It’s kinda like a ‘ok, so you have Spock, this is how you use it in business and development’ type book. Good fast read. ( Uses FitNess, however, not Spock ).
  • Continous Delivery - more of a automated deployment book, but really sheds light on how tools like CloudFoundry Bosh could be used within a company.
  • How Google Tests Software – Good overview of how Google conducts testing both in software, support tools and within their company structure.
  • Rails Test Prescriptions – A good overview of TDD techniques and walkthrough of the testing tools and techniques available in Rails. It was a good exercise to read and then think, ‘how do I do this in Grails?’.
  • Always be Testing - Describes what and how to test in an A/B test. Focused on Google’s A/B testing tools but a lot of useful tips for Split Testing plugin or Optimizely.

発売予定の新刊


Topへ
インデックスへ
Grails公式サイト
ドキュメント
G*Magazine
Grails/Groovy便利リンク集
Grails/Groovy Links
日本Grails/Groovyユーザーグループ
ワークショップの告知等はこちらを参照してください。
Japan Grails/Groovy Users Group
Grails徹底入門サポートページ
『Grails 徹底入門』のサンプルコード等