Hans L'HoestProhans.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 ...Discussnotes
Sandeep Choudharysandeepc.hashnode.dev·Nov 12, 2024Behaviour-Driven Development (BDD)Behaviour-Driven Development (BDD) is a software development process that emerged from Test-Driven Development (TDD). BDD promotes collaboration among developers, testers, and non-technical stakeholders through clear and understandable requirements. ...DiscussDevelopmentbdd
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...DiscussBehavior-Driven Development
Dean Didionsurestride.hashnode.dev·Oct 21, 2024CI/CD Pipeline for Python with BDD and TDD Using Behave, Pytest, and GitLab CIThis is the approach I’ve adopted for implementing Continuous Integration and Continuous Deployment (CI/CD) for a Python project using Behavior-Driven Development (BDD) with behave and Test-Driven Development (TDD) principles (albeit without the stri...DiscussPython
Dinesh Tdinesht0006-tech-blog.hashnode.dev·Oct 16, 2024Demystifying Behavior-Driven Development (BDD)Introduction to Behavior-Driven Development (BDD) Test-driven development checks the code inside out and Behavior-driven development checks the system outside In the statement briefs that Test-Driven Development (TDD) checks the system from the ins...Discuss·5 likesbdd
Steve Worthamstevewortham.hashnode.dev·Sep 18, 2024TDD vs BDD: Which Development Approach is Best for Your ProjectDifference Between TDD VS BDD Over the last decade, software development has shifted from a slow-technical process to an Agile methodology. TDD vs BDD is one of the debates developers talk about a lot. Agile development entails constant change, and t...DiscussTDD (Test-driven development)
Chaithanyachaithanyatheja.hashnode.dev·Sep 4, 2024Understanding TDD and BDDTest-Driven Development (TDD) and Behavior-Driven Development (BDD) are agile development methodologies that prioritize testing early in the development process. While they share a common goal, they have distinct approaches and focus areas. TDD: A De...DiscussTDD (Test-driven development)
Emma Thomsanqaexpert.hashnode.dev·Aug 21, 2024Agile Testing: The Key to Faster, Higher-Quality ReleasesIf you’ve been a part of a software development project, you know that testing often feels like a bottleneck. Just when you think everything’s ready to go, a bunch of issues get thrown in the face, and you’re back to the drawing board. This is where ...Discuss·2 likesagile testing
Shahriar Priyoshahriarpriyo98.hashnode.dev·Jul 3, 2024How BDD makes Software Development a ConversationImagine building software where everyone's on the same page. That's the power of Behavior-Driven Development (BDD). What is BDD? Think of BDD as a shared language for developers, testers, and stakeholders. It focuses on how the software should behave...Discussbdd
Animesh PathakforKeploy Community Blogkeploy.hashnode.dev·May 15, 2024Testing BunJs Web Application with Cucumber JS and KeployIn our previous blog, we explored how to build a modern web server using BunJs and Prisma, integrating robust authentication mechanisms with JWT tokens. Now, it's time to ensure our application is reliable and error-free through thorough testing. In ...Discussbunjs