Gáspár Nagy on software

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

BDD Addict Newsletter February 2021 (#52)

by Gáspár on February 10, 2021

Dear BDD Addicts, The beginning of the year is usually a low season for training. This is the time when I can better focus on my coding tasks and when I have more time to think about new conference tasks. This year the topic is the tool called SpecSync that I have been working on […]

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 […]

DevCamp09: Behavior Driven Development Applied in Unit Testing

by Gáspár on October 15, 2009

The presentation material (slides and demo source code) of my DevCamp09 presentation are on-line now and can be downloaded from the TechTalk website here. The downloadable material also contains the framework that can be used to write BDD-style unit tests. This framework will most probably be joined to SpecFlow, the open-source BDD tool we have […]