Hans L'Hoesthans.lhoest.eu·Nov 14, 2024Notes on 🚀 TDD, Where Did It All Go WrongMy short notes on 🚀 TDD, Where Did It All Go Wrong Still a lot of testing wisdom in this talk (re-watched 6 years after publication). Focus on behaviour Behaviour should be your primary focus when writing tests. The need for a new test should arise ...notes
Hardik Chotaliyahardikchotaliya.hashnode.dev·Oct 30, 2024What is Behavior-Driven Development (BDD)Introduction In this blog, we will explore the following key points: Understanding BDD: Learn the basics of behaviour-driven development (BDD) and how it enhances collaboration with non-technical teams. Integration with Agile: Discover how BDD fits...Behavior-Driven Development
Hardik Chotaliyahardikchotaliya.hashnode.dev·Sep 5, 2023💡 Unleashing the Power of BDD: Writing Effective Scenarios Beyond the UI 🎭In the realm of Behavior-Driven Development (BDD), there are two cardinal rules when crafting scenarios: The first rule - You do not mention UI in your BDD scenarios. The second rule - You DO NOT mention UI in your BDD scenarios. It's a mantra that h...2 likes·166 readsBDD UI-agnostic scenarios