NOTE: THIS REVIEW IS BASED SOLELY ON CHAPTER 2, and so I cannot give it 5 stars.
I have read the second chapter of this book as part of a course assignment and it was delightful! I may be bias towards my judgement, due to the fondness I have for testing, but the book is written beautifully and is quite simple and very much understandable. One of the thing I appreciated most in the chapter I read was the teaching by example; The author asks the reader to get his/her hands dirty and delve right into the code to witness the benefits of TDD first hand. I am actually considering reading the whole book or at least until I feel I learned enough on the subject.
Even though I feel like I cheated the review, I have an optimistic feeling for this book and the way it goes about teaching the concept of TDD and would actually recommend it to anyone who might be interested in the subject.
I had already read Growing Object-Oriented Software, Guided by Tests and Test Driven Development: By Example. TDD sounds promising and yet, I was struggling in practice. This book answered most of my questions. It covers four main topics: The basics, some more challenges areas (GUI, multi-threaded code, persistence), acceptance-TDD frameworks such as Fit, and a couple of advices to help you convince your colleagues. Although I was less interested in the part about ATDD, I recommend it to anyone having trouble applying TDD.
Very nice and thorough introduction to Test Driven Development. Especially the beginning is very valuable as a non-trivial, realistic example (a template engine) is developed from scratch using TDD. Many (theoretically known) concepts become clear when discussed in this way. The reminder of the book is also interesting, as special topics like GUI-testing and concurrency are covered. If you want to do TDD and don't know really how to start, this book is a must read.
This book is very well written, very well organized and very well edited (haven't found errors). This is a great introduction to TDD Test Driven Development. I highly recommend this book as a programmer and tester.
I liked Koskela's hands-on approach to using tests (test driving) as a valuable tool for a developer. I had practiced TDD for some time before reading the book but it still provided lots of useful insights.
Very hands on and step-by-step guide to becoming test infected. A few chapters are very java-specific, but most of it is relevant for fans of other languages too.