Top "Specflow" questions

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

Specflow and reusing steps from another feature

I am trying to learn specflow and right now. Currently I have 2 feature files. In the second feature file, I …

code-reuse specflow
Specflow's [AfterScenario]

I have defined [AfterScenario] binding in my stepdefinition class and have method which will be executed after each scenario, but …

specflow
Unable to run a SpecFlow scenario from Visual Studio 2012 Ultimate Edition

I have installed Visual Studio 2012 Ultimate Edition and configured SpecFlow. I have used the following configuration to run the tests …

visual-studio-2012 specflow
Unit Test Adapter threw exception: Unable to load one or more of the requested types

I am attempting to run SpecFlow tests from the Visual Studio 2010 Command Prompt, and I am getting a rather obtuse …

visual-studio-2010 mstest specflow
How do I get SpecFlow to expect an exception?

I'm using SpecFlow, and I'd like to write a scenario such as the following: Scenario: Pressing add with an empty …

specflow expected-exception
Recommended reading to learn Gherkin

I wish to learn Gherkin so I can use it with specflow; I am looking for a document I can …

testing rspec bdd specflow gherkin
Feature-scoped step definitions with SpecFlow?

I'm using SpecFlow to do some BDD-style testing. Some of my features are UI tests, so they use WatiN. Some …

specflow
SpecFlow: ClassInitialize and TestContext

first of all I'm new to SpecFlow. I have a feature file which I have / want to automate using MSTest …

c# mstest visual-studio-2012 specflow
SpecFlow/Gherkin highlighting in Sublime Text 2

Does anyone know if there are any Sublime Text 2 packages available to enable syntax highlighting for SpecFlow / Gherkin specification files?

sublimetext2 sublimetext specflow gherkin
Run SpecFlow tests without Visual Studio

I would like out QA team to be able to run SpecFlow tests. I would like them to be able …

nunit mstest specflow