specflow Specflow Basics Data Driven test in Specflow

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Extensions
> Step 2: And Like the video. BONUS: You can also share it!

Example

    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   |

it will run test 2 times for 2 set of test data



Got any specflow Question?