SpecFlow

Free

UNINSTALL SPECFLOW 1.8.1 FIRST! SpecFlow integration for Visual Studio 2010 and 2012. Sponsored by TechTalk (http://www.techtalk.at).

(14) Review
Visual Studio
2012, 2010
Download (43,706)
3/26/2013
1.9.2
View
E-mail Twitter del.icio.us Digg Facebook
Add To Favorites
Description
Reviews (14)
Q and A (2)
Sign in to Write a Review
Sort By:

by Richard Szalay | Thu 10:14 PM

by Vicenç García | April 04 2013

Great tool!

by Bruno Soko | March 26 2013

The tool is awesome! thanks!

by Rafael Leonhardt | February 26 2013

Great tool!

by swati.m | January 29 2013

I have been using this tool as a replacement for cucumber for past one year. Its impressive, easy to follow. Automating Integration tests made easier.

by stensones | December 11 2012

Outstanding tool; a very friction free specification by example.
easy for our developers and easy for our customers.

by Juan Blanco | November 15 2012

by AAKoken | September 10 2012

by TJGLee | September 05 2012

This is a very very good plugin for VS. Started doing bdd development as our ruby team qa liked it and were use to cucumber, have to say this has made our integration testing a lot simpler! we can produce new test routines in minutes. For free software this is amaizing.. good work peeps..

by Mikhail Brinchuk | August 16 2012

by Igor-Moreira | August 15 2012

Não funcionou perfeitamente com o Visual Studio 2012

by Nithin Shenoy | August 10 2012

Fantastic tool. Really changed the way I approached writing test automation.

by marcusoftnet | August 09 2012

Wow... Just Wow.

Took a great tool and made it even better.

Thanks

by John Katsiotis - djsolid | August 07 2012

Sign in to Start a Discussion


  • Specflow 1.9.2 as a nuget package
    2 Posts | Last Post May 05, 2013
    • Hi, Could you please tell me why the latest version of specflow (1.9.2) is not avalaible as a nuget package? We use it on a build machine without VisualStudio installed and I don't think we can use vsix..
      Thanks!
    • These are two independent components addressing different concerns:
      
      The NuGet Package provides the SpecFlow runtime API (to be referred from SpecFlow projects), which latest version is 1.9.1.
      
      The VSIX package provides the SpecFlow Visual Studio integration (feature file editor, project templates), which latest version is 1.9.2.
      
      You always need the NuGet package in order to use SpecFlow. The VSIX package just improves handling SpecFlow in Visual Studio. Most SpecFlow users use both components.
      
      The Visual Studio integration is able to handle earlier SpecFlow NuGet runtime versions.
      
      There is currently no NuGet version 1.9.2 of SpecFlow, as there were no changes in the SpecFlow runtime API, when the updated 1.9.2 SpecFlow VS integration was released.
      
  • Visual Studio Hangs
    5 Posts | Last Post April 23, 2013
    • I'm using VS 2012 and since using specflow I am randomly getting hung in visual studio while editing feature files.  I have to kill the proc in task manager and restart the app. 
      
      Anyone else experience this?
    • see https://github.com/techtalk/SpecFlow/issues/128
      the issue is fixed, the new release is on the way (published within a week), hold on... :)
    • Awesome Thanks.  After reading through the forum post on github it's the exact issue we have randomly as well.  Thanks for the quick response and congratulations on tracking it down! 
    • Hi,
      I don't see the meny option "Generate Step Definitions" in either VS2010 or VS2012. I have the latest SpecFlow installed. What can be the problem?
      I have tried to reinstall several times.
    • Could it be that Specflow is not yet added to your project?
      When you see curls under your given, when and then keywords, that's probably the case.
      
      You cann add Specflow by choosing Tools -> Library Package Manager -> Package Manager Console, and then
      PM> Install-Package SpecFlow.NUnit
      
      For me this worked