bdd
links#
Unit testing vs BDD explains how BDD is essentially unit testing done right - focusing on verifying behavior rather than implementation details. Discusses the practical value of Gherkin syntax and argues that regular code can achieve similar readability.
A practical blog on how to write Scenarios using BDD. In my experience writing acceptance criteria does not come intuitively to people. This article breaks down the basics of writing behaviour driven development (BDD) stories. Ultimately acceptance criteria doesn’t need to have the verbosity of GIVEN, WHEN, THEN, but if that structure is not elicted implicitly then it’s a good idea to start writing it out explicitly.