InfoQ Homepage TDD Content on InfoQ
-
Mutation Testing: Case Studies on Spring Boot APIs
Heather Conklin, David Kaiser examine the benefits of mutation testing, with real-world examples of what happened with apparently well-covered code put through the process.
-
A Test of Strength
Chris Oldwood discusses writing good (strong) tests, but also how devs need to be “strong” (in character) to make that happen.
-
BDD and the New Model for Testing
Paul Gerrard proposes a model of the thought processes that every tester uses which maps directly to the BDD way, helping practitioners understand the BDD collaboration and test process.
-
Test-Driven Development with Spring Boot - Testing the Harder Stuff
Sannidhi Jalukar, Madhura Bhave discuss how to do TDD for a Spring Boot application using Boot annotations and utilities and dealing with DB queries, caching, reactive components, and message brokers.
-
Introduction to Compliance Driven Development (CDD) and Security Centric System Design
Dmitry Didovicher introduces CDD and discusses how they used Pivotal and Compliance Automation technologies to receive a certification to run PostgreSQL-As-A-Service.
-
Oh Behave! Behavior-Driven Development with Cucumber
Dana Scheider introduces BDD with Cucumber, presenting how developers can approach BDD and why Cucumber is useful.
-
Get Kata
Kevlin Henney discusses a couple of katas and digs deeper into TDD, lambdas, language(s), (dys)functional programming and Alcubierre drive.
-
Don't Put Me in a Box
Antony Marcano takes you on his Extreme Programming journey, highlighting how some job titles may limit your agility.
-
TDD: The Bad Parts
Matt Parker examines a number of common problems teams face when using TDD, a deceptively simple practice that requires a good deal of craftsmanship and skill to wield effectively.
-
TDD is Not Just about Tests
Fabrizio Romano proposes using TDD to transform business requirements into tests, driving code and tests development in harmony.
-
10 Things You Need to Know about BDD, SpecFlow and Cucumber
Seb Rose discusses BDD, what it is good for and what tools can help, common BDD anti-patterns and myths, as well as advice for starting with it.
-
Mutate Your Code and Reveal Your True Test Coverage
Pawel Sawicz suggests putting tests to the test by mutating the code to see if the codebase is properly covered by tests and how errors are propagated.