Test Driven development: A Practical Guide
β Scribed by David Astels
- Book ID
- 127445551
- Publisher
- Prentice Hall
- Year
- 2003
- Tongue
- English
- Weight
- 3 MB
- Edition
- Second
- Category
- Library
- ISBN-13
- 9780131016491
No coin nor oath required. For personal study only.
β¦ Synopsis
Written for software developers with at least an intermediate understanding of Java, this guide to test-driven development (TDD) focuses on the Java programming language and uses Java examples throughout. After several background chapters, the book covers tools and techniques for practicing TDD with Java, and provides an example of a real TDD Java project. There is also a section on xUnit family members. Astels is a software developer.
π SIMILAR VOLUMES
Test-driven development was first introduced as part of the extreme programming (XP) paradigm. While not everyone agrees with all aspects of XP, most developers believe in the benefits of test-driven development. Although the basic techniques of test-driven development are simple to understand, its