How Much Testing is Enough? どれだけテストすればいいの?

Google Testing Blogは秀悦だ、しっかり自社内の情報を開示してくれる。

  1. Document your process or strategy.
  2. Have a solid base of unit tests.
  3. Don’t skimp on integration testing.
  4. Perform end-to-end testing for Critical User Journeys.
  5. Understand and implement the other tiers of testing.
  6. Understand your coverage of code and functionality.
  7. Use feedback from the field to improve your process.

  1. プロセスや戦略をドキュメント化する.
  2. 単体テストを盤石に行う
  3. 統合テストを省略するな
  4. End to endの重要なパスは必ずテストをする
  5. 非機能レベルのテストを理解・把握する
  6. コードと機能の網羅を理解・把握する
  7. 出荷後のユーザからのフィードバックをテストプロセスの改善に取り組む

はじめこのブログを読んだときは、ああそうだよね!で終わったが、この7つのことをしっかりやっている組織は日本では非常に少ないのではないか?Agile, waterfallのテストとか言う前に、真摯にソフトウェアテストというものに取り組む重要性を考えることは現代の進んだソフトウェア開発の中でも重要ではないでしょうか?

How Much Testing is Enough(原典)?