Install Visual Studio extension¶

⏲️ 10 minutes

In this step you’ll learn how to install the Visual Studio extension for SpecFlow.

SpecFlow’s Visual Studio extension not only enables the functionalities needed for testing automation, but is also bundled with several helpful features to make the journey more intuitive.

SpecFlow’s Visual Studio extension works on Visual Studio 2017 & 2019. If you are using an older version of Visual Studio, please upgrade to the latest version.

Installation of the extension is simple:

1- Open Visual Studio. *We use Visual Studio 2019 in this guide

2- Navigate to “Extensions ➡ Manage Extensions ➡ Online “ and search for “SpecFlow” in the search bar.

3- Hit Download to begin the installation. You will need to restart Visual Studio for the installation to complete:

Manage Extensions Dialog - Extension Installed

Once the extension is successfully installed, you can see it in the list of “Installed” extensions in the “Extensions ➡ Manage Extensions” dialog of Visual Studio.

Manage Extensions Dialog - Extension Installed

📄 In the next steps you’ll create a simple application that will be used throughout this guide.