BDD with Specflow, Gherkin and .Net Core 3.1

Vikash Gupta
Jul 14, 2021

--

BDD increases and improves collaboration. It enables everyone involved in the project to easily engage with the product development cycle. And by using plain language, all are able to write behavior scenarios. High visibility.

Steps in Visual Studio 2019 to create a BDD test with specflow and gherkin

  1. New project -> NUnit Test Project
  2. Manage extensions -> Specflow for VS 2019
  3. Add the nuget packages — Specflow, Specflow.NUnit, Specflow.Tools.MSBuild.Generation, Specflow.Assist.Dynamic, Selenium.Webdriver, Selenium.Webdriver.Chromedriver
  4. Add new item -> Specflow feature file
  5. Write the gherkin code

6. Generate the step definiton

7. Write selenium code to access the screen elements and manipulate

8. Integrate selenium code in steps

Execute the test code!

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

No responses yet

Write a response