15 lines
706 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

テスト品質の観点から変更をレビューしてください。
**レビュー観点:**
- テスト計画の観点がすべてカバーされているか
- テスト品質Given-When-Then構造、独立性、再現性
- テスト命名規約
- 過不足(不要なテスト、足りないケース)
- モック・フィクスチャの適切さ
## 判定手順
1. テスト計画レポート({report:00-test-plan.md})と実装されたテストを突合する
2. 検出した問題ごとに、Policyのスコープ判定表と判定ルールに基づいてブロッキング/非ブロッキングを分類する
3. ブロッキング問題が1件でもあればREJECTと判定する