SpecFlow - Project Set Up



Now, we shall create a SpecFlow project within the same project we have built earlier.

Project Creation

Right-click on the Solution Explorer section. Click on the Add option. Then choose New Project.

Project Creation

Type SpecFlow within the search box, SpecFlow Project gets displayed because of search results. Click on Next to proceed.

Project proceed

Enter the project name and location and then click on Create.

Project Create

Select SpecFlow+ Runner option under the Test Framework dropdown from the Create a new SpecFlow project pop-up. Then click on Create.

Project Runner

The Solution Explorer shall now have a new project called the SpecFlowProject1 created.

Project Runners

Project Folder

As the SpecFlow project is created, we shall also find a well-defined folder structure created for the project consisting of the Drivers, Dependencies, Features, Hooks, and so on.

Project Dependencies
Advertisements