Slide 33
Slide 33 text
テスト条件の例
機能:
ショッピングサイトでクレジットカードで決済を行
う
抽象的なテスト条件:
クレジットカードで購入をテストする
具体的なテスト条件:
マスターカードを使い、与信枠が100万円の時
に10万円の商品を購入し、成功することをテス
トする
Examples of test condition
Feature:
Perform credit card transactions on a
shopping website.
Hight-Level Test Condition:
Verify the purchase using a credit card
on the shopping website.
Low-Level Test Condition:
Verify the successful purchase of a
product priced at 100,000 yen using a
Mastercard, given that the credit limit of
the card is 1,000,000 yen.