specflow Specflow Basics Example feature file

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

Example Feature file:

Feature: Calculator

   In order to avoid silly mistakes
   As a math idiot
   I want to be told the sum of two numbers

@mytag

Scenario: Add two numbers

   Given I have entered 50 into the calculator
   And I have also entered 70 into the calculator
   When I press add
   Then the result should be 120 on the screen


Got any specflow Question?