@@file_name Feature: Addition
愚かな間違いを避けるために 数学バカとして 2 つの数の和を教えてもらいたい
シナリオ: 2 つの数値を加算する
Given I have entered @number1 into the calculator
And I have entered @number2 into the calculator
When I press Add
Then the result should be @total1 on the screen
シナリオ: 加算後の乗算
Given the total is @total1
When multiply it with @number3
Then the result should be @total2 on the screen
、、、などtotal1
total 2
の列を持つ xls ファイルがあります。number 1
number 2
number 3