Specflow 中的数据驱动测试
Given I have entered <FirstOperand> into the calculator
And I have also entered <SecondOperand> into the calculator
When I press add
Then the result should be <Result> on the screen
|FirstOperand|SecondOperand|Result|
|20 |30 |50 |
|60 |40 |100 |
对于 2 组测试数据,它将运行 2 次测试