Top "Specflow" questions

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

Gherkin "OR" syntax to reduce repetition with BDD

Does anyone know of a way to achieve this or do they think it's a good idea. To have an …

bdd specflow gherkin
Given When Then Testing - Do I NEED a "When"?

I am implementing some smoke tests to our website. I'm using a Given/When/Then format for existing automated acceptance …

bdd specflow user-stories smoke-testing
SpecFlow.NUnit via Nuget: Missing reference to nunit.core

I just installed the 'specflow.nunit' package via nuget, but the project containing the specs want compile anymore, because of …

nunit nuget specflow
BeforeFeature/AfterFeature does not work using SpecFlow and Coded UI

I am not able to define a [BeforeFeature]/[AfterFeature] hook for my feature file. The application under test is WPF …

coded-ui-tests specflow
How to programmatically ignore some acceptance tests using TechTalk.SpecFlow and C#?

I have several feature files with some scenarios. I need to ignore several scenarios, or features, marked with some @tag …

c# specflow acceptance-testing
Read data from excel and write to feature file using specflow

I am currently using specflow for my unit testing, however my complexity is in the fact that I want to …

c# automated-tests specflow import-from-excel
SpecFlow - ordering of multiple BeforeScenario methods

I'm getting my feet wet with SpecFlow, and I do really enjoy it. Except for a few thorny issues... like …

testing specflow
How can I make specflow cope nicely with dates/times?

I wish to be able to write tests like this: Background: Given a user signs up for a 30 day account …

.net specflow gherkin
Cuke4Nuke or SpecFlow?

I am trying to decide if I should use Cuke4Nuke or SpecFlow. What are the pro/cons of each? …

rspec tdd cucumber bdd specflow
SpecFlow - Retry failed tests

Is there a way to implement an AfterScenario hook to re-run the current test in case of Fail? Something like …

testing hook specflow scenarios