Test-Driven

Information:

Below is an overview of content that matches the tag "test-driven".

Note that this list is not exhaustive, as it is automatically aggregated based on manually assigned categorizations.
If you notice a missing element, or think some of the items are wrongfully categorized, please create a bug/improvement ticket on our github issue tracker.

An overview of all tags used in this publication can be found in our tag list: go to overview

Books tagged with "Test-Driven"

cover image for 'Extreme Programming Explained'
bibliographical reference:
Beck, K.; Andres, C. (2004) Extreme Programming Explained. Addison-Wesley. isbn: 978-0321278654.
description:

Extreme Programming Explained centres on daily engineering practices—pairing, test-driven development, continuous integration—that keep teams adaptable. Kent Beck and Cynthia Andres advocate short feedback loops, shared ownership, and sustainable pace instead of rigid process prescription. It remains a key reference for developers who want to ground agile values in concrete software practices.

complexity categories: Intermediate level Reference / Comprehensive Guides
cover image for 'Test-Driven Development with Java'
bibliographical reference:
Mellor, A. (2023) Test-Driven Development with Java. Packt Publishing. isbn: 978-1803236230.
description:

Test-Driven Development with Java introduces TDD by walking through practical Java projects. Allan Mellor explains how to write meaningful unit tests, refactor with confidence, and weave TDD into a modern toolchain. Clear walkthroughs and exercises help developers build habits that keep codebases reliable and easy to change.

content categories: programming test-driven testing
complexity categories: Novice-friendly