Gáspár Nagy on software

coach, trainer and bdd addict, creator of SpecFlow; owner of Spec Solutions

Category Archives: Uncategorized

Execute SpecFlow Scenarios on Azure Virtual Machines with TFS and SpecSync

by Gáspár on April 21, 2017

The test execution infrastructure of TFS has been improved a lot, so for now it is also possible to execute automated test cases on test machines (e.g. on Azure VMs) from the TFS web interface. You do not even need to install Microsoft Test Manager for the execution. There are neat features for this (like […]

Call for thoughts: BDD in regulated environments

by Gáspár on April 3, 2017

A lot of people use Behavior Driven Development in regulated development environments, like medical or other safety-critical projects. In recent months, I’ve participated in a few deeper discussions regarding topic that I ‘ve found pretty interesting. My goal is to learn more about projects using BDD under such circumstances and share my experiences with others.

Balancing Scenarios and Unit tests (case study with SpecFlow)

by Gáspár on February 20, 2017

According to the principles of Behavior Driven Development (BDD), we discuss examples and write them down as Gherkin scenarios. These scenarios can be turned into automated tests by BDD tools like Cucumber or SpecFlow, so that the implementation can be “driven” by them. So it is like TDD. But if it is like TDD, there […]