4
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

テスト仕様書レビュー観点

Posted at

テスト仕様書レビュー観点

  • 仕様か、バグか
    →仕様の場合は、テスト仕様書不要

  • テスト仕様書から、テストケースが読み取れるか

  • 修正箇所に対してすべてのパターンを記載しているか

  • 境界系を確認しているか

  • 異常系を確認しているか

  • CRUD単位での確認を行っているか
    →保存されていること、更新されていること

  • アクション毎の確認を行っているか
    →ボタン押下、リンク押下、フォーカスアウト、フォーカスイン

  • データに該当の入力内容が反映されているか

  • 画面遷移がある場合は、表示想定の画面を明記しているか

  • 重複のケースパターンが除外されているか

  • 誤字脱字がないか

4
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?