Googleのテストサイズ
Feature Small Medium Large
Network access No localhost only Yes
Database No Yes Yes
File system access No Yes Yes
Use external systems No Discouraged Yes
Multiple threads No Yes Yes
Sleep statements No Yes Yes
System properties No Yes Yes
Time limit (seconds) 60 300 900
https://testing.googleblog.com/2010/12/test-sizes.html
『Googleのソフトウェアエンジニアリング―持続可能なプログラミングを支える技術、文化、プロセス』
Feature Small Medium Large
Network access No localhost only Yes
Database No Yes Yes
File system access No Yes Yes
Use external systems No Discouraged Yes
Multiple threads No Yes Yes
Sleep statements No Yes Yes
System properties No Yes Yes
Time limit (seconds) 60 300 900
Googleのテストサイズ
安定 不安定
短い 長い
テスト時間
安定性
https://testing.googleblog.com/2010/12/test-sizes.html
まとめ
• フロントエンドテストの課題:失敗しやすいテスト、脆いテスト、スローテスト
• Test sizesとテスト手法によりテストを分類
• Test sizesごとにテストファイルを分離、分けて実行
関数 UI E2E
Small GOOD GOOD -
Medium NG OK GOOD
Large NG NG OK