A while ago, I shared my presentation called “Turn specs into high quality apps” presented at the DevDayBE-conference. I’ve upgraded my talk with a great story as well as improved the overall presentation and held it …
Blog Posts
A while ago, I shared the Dutch version of my presentation called “Turn specs into high quality apps”. Last November, I was invited to do this presentation over at the DevDayBE-conference in English. Today, I want …
As an introduction, I’ve written already several articles here about ATDD/BDD with Specflow and Xamarin. All of this led up to a presentation that was given at Microsoft TechDays in the Netherlands. Here, I’ll show how …
Although the TechDaysNL are over, there is still a part about test automation of apps that I haven’t covered in my blog posts. I did touch this subject briefly in my previous post, this article will …
Assuming my previous article got you convinced into writing your specifications in Gherkin, we can go on to the next step: The automation of these specifications. This article will show you how to automate your acceptance …
Test-driven development (TDD) has been a pretty decent standard in software development for the past years. Writing solid unit tests is something every professional developer should do. (Nightly) builds execute these tests all in order to …