Top "Specflow" questions

SpecFlow is a Behavior-Driven Development (BDD) tool for .NET.

How to do block comments in Gherkin?

In gherkin syntax (used by Cucumber and SpecFlow, I can comment out a line by prefixing it with '#' …

syntax cucumber comments specflow gherkin
SpecFlow: Scenario Outline Examples

I just starting to work with SpecFlow and really like the tool. However I am running across some issues in …

c# asp.net-mvc specflow acceptance-testing gherkin
How do I disable a feature in specflow (Gherkin) without deleting the feature?

I have some SpecFlow features (using the Gherkin syntax) and I would like to temporarily disable the feature to prevent …

cucumber specflow gherkin
Specflow error: Force regenerate steps possible?

Is it possible to "force" regenerate step definitions for a specflow feature file? I have created this feature file but …

specflow
SpecFlow and complex objects

I'm evaluating SpecFlow and I'm a bit stuck. All samples I have found are basically with simple objects. Project I'm …

c# nunit bdd specflow
In SpecFlow how can I share data between steps/features?

I have 2 features that use a common 'When' step but have different 'Then' steps in different classes. How do I …

c# specflow
Built tests are not added to the Visual Studio Test Explorer window

I set up the SpecFlow plug-in for the Visual Studio 2013. I created new Feature Item and build it. Result: built …

specflow white
How to learn/teach Gherkin for Cucumber

I'd like to enable the business analysts to be able to write all of their specs for features, scenarios and …

ruby-on-rails ruby cucumber specflow gherkin
How do you run SpecFlow scenarios from the command line using MSTest?

I've got Visual Studio 2010, and we have two VS solutions we work with. The first is the web application, and …

c# mstest bdd specflow
SpecFlow / BDD Examples

Just looking for some examples of BDD/SpecFlow - ideally a projectб so I can see how to use SpecFlow …

bdd specflow