Test-Driven Development by Example

From Wikipedia, the free encyclopedia

Test Driven Development: By Example is a book about a software development technique by Kent Beck.

Beck's concept of test-driven development centers on two basic rules:

  1. Never write a single line of code unless you have a failing automated test.
  2. Eliminate duplication.

Test Driven Development: By Example, Kent Beck, Addison-Wesly Longman, 2002, ISBN 0321146530, ISBN-13 978-0321146533

This article about a reference book is a stub. You can help Wikipedia by expanding it.