Integrating SpecFlow with Microsoft Test Manager (MTM)
by Gáspár on February 25, 2016
Many teams that are currently in a transformation process towards using agile and bdd have to face the problem that the new specification artefacts and reports have to be integrated into the existing tool chain. In the case of SpecFlow, many of such teams use Microsoft Test Manager (MTM, part of Team Foundation Server / […]
Running SpecFlow scenarios in parallel with xUnit v2
by Gáspár on February 23, 2016
As mentioned earlier, one of the key new features of SpecFlow v2 is that you can run your tests in parallel within this same AppDomain. This is currently possible with NUnit v3 and xUnit v2. This post shows a step-by-step guidance about how this can be done.
SpecFlow tips: Feature file backgrounds — like them or not
by Gáspár on February 11, 2016
The format of the feature files used in Cucumber or SpecFlow is very simple. The format (or grammar), called Gherkin, was intentionally designed to be simple, so that the specification written in these files are kept simple and understandable. There are no loops or ifs. The only special structure you can make in a feature […]
BDD Addict Newsletter February 2016
by Gáspár on February 8, 2016
Dear BDD Addicts, Welcome to the first BDD Addict newsletter. My plan is to collect interesting posts, articles and events about behavior driven development, SpecFlow, Cucumber and also test automation and agile testing. I’m following many channels, but surely not all. So if you have seen something that fed your addiction, just send me the […]