SpecFlow is a Behavior-Driven Development (BDD) tool for .NET.
Does anyone know of a way to achieve this or do they think it's a good idea. To have an …
bdd specflow gherkinI 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-testingI just installed the 'specflow.nunit' package via nuget, but the project containing the specs want compile anymore, because of …
nunit nuget specflowI am not able to define a [BeforeFeature]/[AfterFeature] hook for my feature file. The application under test is WPF …
coded-ui-tests specflowI have several feature files with some scenarios. I need to ignore several scenarios, or features, marked with some @tag …
c# specflow acceptance-testingI 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-excelI'm getting my feet wet with SpecFlow, and I do really enjoy it. Except for a few thorny issues... like …
testing specflowI wish to be able to write tests like this: Background: Given a user signs up for a 30 day account …
.net specflow gherkin