テスト手順仕様(test Procedure Specification)

テストの実行のために、一連の手順を定めたドキュメント。テストスクリプト、または、手動テストスクリプトとしても知られる。

Present in sylabi

使用例

セルフサービスチェックインキオスクのテストシナリオは、一連のアクションを指定します。乗客が搭乗券をスキャンし、座席を選択し、手荷物を確認し、搭乗券を受け取る、という流れです。各ステップには、実行するアクションと観察すべき内容が記載されます。シナリオは手動で実行され、テスターは各ステップの実際の動作を期待される動作と照らして記録します。

よくある質問

テストシナリオとテストケースの違いは何ですか? テストシナリオは、テストの実行のための一連のアクションを指定する文書です。テストケースは、特定の目的のための入力値、前提条件、期待結果、後条件のセットです。シナリオの方が広く、複数のテストケースを生み出すことができます。

テストシナリオはテストスクリプトと同じですか? 両者の用語は重複しています。公式の定義では、テストシナリオはテストスクリプトまたはマニュアルテストスクリプトとも呼ばれるとされています。実際には、テストスクリプトは自動化された手順を指すことが多く、テストシナリオは手動のアクションシーケンス形式を指します。

テストシナリオは手動で実行されますか? 通常はその通りです。定義の別名である「マニュアルテストスクリプト」が手動形式を示しています。自動化された同等物は通常、テストスクリプトと呼ばれます。

そもそもなぜシナリオを使うのですか? システムの現実的なエンドツーエンドの利用を、ビジネスステークホルダーがレビューできる読みやすい形式で捉えるからです。そのため、ユーザー受け入れテストや探索的スタイルの作業に価値があります。

関連用語

  • test script — 特に自動化された手順に対する別名
  • test case — シナリオが分解される具体的な入力値セット
  • test procedure — テストを実行するための一連のアクション
  • use case — シナリオのステップの源泉
  • scenario testing — 現実的なシナリオを通じてテストする技法
  • test design — テストベースからシナリオが作成される場

Learn more

Software Testing (2nd Edition) by Ron Patton - Sams Publishing (2005)
Practical introduction to software testing including test case and scenario design for new and aspiring software testers.

The Art of Software Testing (3rd Edition) by Glenford J. Myers, Corey Sandler, Tom Badgett - John Wiley & Sons (2011)
Comprehensive presentation of time-proven software testing approaches including test case design and test procedures.

How AI Can Help Shape the Future of Testing by Nimble Approach

Experience report from a UK consultancy testing a real low-code system fed by multiple data sources: key functionality was converted into test charters, refined into BDD scenarios with AI-assisted deduplication, and augmented by SME-led user-journey walkthroughs.

How to Test User Journeys on Cypress Learn

Worked lesson that turns a real user journey on Cypress's own course application (land, find a course, complete lessons and quiz) into a single executable end-to-end scenario test with assertions on every step.