SpecFlow is a Behavior-Driven Development (BDD) tool for .NET.
I have the latest version of SpecFlow installed, and still the feature files display uncoloured, like so... (Not enough rep …
c# .net visual-studio specflow gherkinI am using selenium, Specflow and nUnit to run automated tests with visual studio. The code was working with visual …
unit-testing selenium visual-studio-2012 specflow build-errorI am following the technique outlined here using a step defined like [Given("some base scenario has happened")] public void …
specflowHow do I best handle the fact that many of my steps should take 0, 1 or even 2 dates as "first parameters"? …
c# bdd specflowI have this specification: Feature: Homepage As a webiste user I want to see a pretty homepage Scenario: Homepage Display …
visual-studio-2015 specflowI am new to NUnit and confused with the SpecFlow Testing Framework and NUnit Testing Framework. The existing project uses …
c# nunit specflowIs there a way to have SpecFlow reuse Step Definitions? In other tools I have used a GivenWhenThen base class …
c# bdd specflowI'm using SpecFlow for unit testing in Visual Studio 2013, and when I run tests from the Test Explorer window, there …
c# visual-studio specflow test-explorer