Test-driven Development
Author | : David Astels |
Publisher | : Prentice Hall |
Total Pages | : 588 |
Release | : 2003 |
ISBN-10 | : 0131016490 |
ISBN-13 | : 9780131016491 |
Rating | : 4/5 (491 Downloads) |
Book Synopsis Test-driven Development by : David Astels
Download or read book Test-driven Development written by David Astels and published by Prentice Hall. This book was released on 2003 with total page 588 pages. Available in PDF, EPUB and Kindle. Book excerpt: This guide for programmers teaches how to practice Test Driven Development (TDD), also called Test First Development. Contrary to the accepted approach to testing, when you practice TDD you write tests for code before you write the code being tested. This text provides examples in Java.