Copyrights apply to this source code. You may use the source code in your own projects, however the source code may not be used to create training material, courses, books, articles, and the like. We make no guarantees that this source code is fit for any purpose.
This has to be one of the books with the highest valuable-content-to-page-count ratio that I have ever read. This is one of those books that makes you want to “run to your computer and try it out”—-you will love it!
—Fred DaoudAuthor, "Stripes...and Java Web Development is Fun Again" and "Getting Started with Apache Click"
This book has a lot of useful information that will help you make sure your tests are run as frequently as possible while wasting as little effort as possible on remembering to run them. I recommend this book to coworkers so they can incorporate the ideas into their daily work.
—Noel RappinSenior ConsultantObtiva, Inc.
Nowadays many developers wonder how they ever wrote any code without automated tests and TDD/BDD. I suspect they will have a similar experience after reading this book: how did we ever build software systems without continuous feedback? Kudos to Ben and Rod for advancing the craft of software development by writing about, creating, and applying continuous testing tools and project-specific feedback loops.
Continuous testing-automatically running unit tests on every source file change-is a radically simple idea. But it requires brain refactoring to use it effectively. That’s why you need this book. Writing good tests for Autotest and Watchr, extending them to fit your coding style, using them for nontesting activities, and dealing with debugging fallout;Rady and Coffin have “been there, done that.” They help you become an effective continuous tester from day one.
—Craig RieckeAuthor, "Mastering Dojo: JavaScript and Ajax Tools for Great Web Experiences"