@@file_name Feature: Addition
为了避免愚蠢的错误作为一个数学白痴,我想被告知两个数字的总和
场景:添加两个数字
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
我有一个 xls 文件,其中包含total1
total 2
, number 1
,number 2
等列number 3
。