Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Specflow with Visual Studio express

I have used Specflow in Visual Studio 2010 Pro at work but would like to use it on my personal projects. Unfortunately I only have VS210 Express.

I have not managed to get Specflow working in VS2010 Express. has anyone done this or is it even possible.

thanks,

like image 526
skyfoot Avatar asked Jan 20 '11 13:01

skyfoot


People also ask

Does SpecFlow work with Visual Studio code?

SpecFlow is an awesome tool when we want to write and run BDD (Behaviour Driven Development) tests on . Net platform. SpecFlow allows you to separate test automation from specifications and provides additional tools to structure your code.

Does Visual Studio have built in support 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.

How do I enable SpecFlow in Visual Studio?

To enable the extension in Visual Studio, select Tools | Extensions and Updates…, select the “SpecFlow for Visual Studio” extension, then select Enable.


1 Answers

I have managed to do this, and I have written a blog post on how to do this entitled: "C# ATDD on a shoestring (or the complete guide to SpecFlow & NUnit in VS2010 Express)"

like image 101
Alister Scott Avatar answered Oct 16 '22 03:10

Alister Scott