Test-Driven Development by Example
From Wikipedia, the free encyclopedia
| This article is an orphan, as few or no other articles link to it. Please introduce links to this page from related articles; suggestions may be available. (July 2010) |
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:
- Never write a single line of code unless you have a failing automated test.
- Eliminate duplication.
The book illustrates the use of unit testing as part of the methodology, including examples in Java and Python. One section includes using test-driven development to develop a unit testing framework.
[edit] References
- Test Driven Development: By Example, Kent Beck, Addison-Wesley Longman, 2002, ISBN 0321146530, ISBN 978-0321146533
| This article about a reference book is a stub. You can help Wikipedia by expanding it. |