Specflow Extension in Visual Studio

Why do we need Specflow Extension :

 Extension used to interact with the .feature file. The Gherkin syntax will be highlighted, used to navigate from steps to C# code, and also it is used to generate the step definition.

- Go to Extensions - > Manage Extensions

 

     

 

- Search the extension "Specflow" in Online - > Visual Studio Marketplace and Install

Visual Studio will prompt to restart, click Yes.

 

Related Tutorials