Tagged articles
3 articles
Page 1 of 1
FunTester
FunTester
Sep 10, 2025 · Fundamentals

How BDD Bridges Business and Tech: A Practical Guide to Behavior‑Driven Development

This article explains how Behavior‑Driven Development (BDD) translates business requirements into shared, natural‑language scenarios, improves collaboration among product, development, and testing teams, and provides concrete steps, tool choices, and code examples to implement BDD effectively in real projects.

BDDBehavior Driven DevelopmentCollaboration
0 likes · 16 min read
How BDD Bridges Business and Tech: A Practical Guide to Behavior‑Driven Development
MaGe Linux Operations
MaGe Linux Operations
Feb 4, 2024 · Fundamentals

Why TDD and BDD Matter: Master the Red‑Green‑Refactor Cycle

This article explains the core concepts, rhythms, and practical applications of Test‑Driven Development (TDD) and Behavior‑Driven Development (BDD), illustrating how the red‑green‑refactor loop and business‑focused scenarios improve code quality, design, and collaboration between developers and stakeholders.

BDDBehavior Driven DevelopmentSoftware Testing
0 likes · 19 min read
Why TDD and BDD Matter: Master the Red‑Green‑Refactor Cycle
Zhengtong Technical Team
Zhengtong Technical Team
Aug 14, 2020 · Frontend Development

A Practical Guide to Frontend Testing: Understanding TDD, BDD, and Mastering Jest

This article explores the core principles of frontend testing, comparing Test-Driven Development and Behavior-Driven Development methodologies while providing a step-by-step tutorial on configuring the Jest framework and utilizing its essential matchers to write robust, maintainable unit tests for modern web applications.

Behavior Driven DevelopmentJestfrontend testing
0 likes · 12 min read
A Practical Guide to Frontend Testing: Understanding TDD, BDD, and Mastering Jest