Test Driven: Practical TDD and Acceptance TDD for Java Developers
- 8h 54m
- Lasse Koskela
- Manning Publications
- 2007
In test-driven development, you first write an executable test of what your application code must do. Only then do you write the code itself and, with the test spurring you on, improve your design. In acceptance test-driven development (ATDD), you use the same technique to implement product features, benefiting from iterative development, rapid feedback cycles, and better-defined requirements. TDD and its supporting tools and techniques lead to better software faster.
Test Driven brings under one cover practical TDD techniques distilled from several years of community experience. With examples in Java and the Java EE environment, it explores both the techniques and the mindset of TDD and ATDD. It uses carefully chosen examples to illustrate TDD tools and design patterns, not in the abstract but concretely in the context of the technologies you face at work. It is accessible to TDD beginners, and it offers effective and less-well-known techniques to older TDD hands.
about the technology
In test-driven development, you first write an executable test of what your application code must do. Only then do you write the code itself and, with the test spurring you on, improve your design. In acceptance test-driven development (ATDD), you use the same technique to implement product features, benefiting from iterative development, rapid feedback cycles, and better-defined requirements. TDD and its supporting tools and techniques lead to better software faster.
about the book
Test Driven brings under one cover practical TDD techniques distilled from several years of community experience. With examples in Java and the Java EE environment, it explores both the techniques and the mindset of TDD and ATDD. It uses carefully chosen examples to illustrate TDD tools and design patterns, not in the abstract but concretely in the context of the technologies you face at work.
About the Author
Lasse Koskela, a methodology specialist at Reaktor Innovations in Finland, has coached dozens of teams in agile methods and practices such as test-driven development.
In this Book
-
About This Book
-
About the Cover Illustration
-
The Big Picture
-
Beginning TDD
-
Refactoring in Small Steps
-
Concepts and Patterns for TDD
-
Test-Driving Web Components
-
Test-Driving Data Access
-
Test-Driving the Unpredictable
-
Test-Driving Swing
-
Acceptance TDD Explained
-
Creating Acceptance Tests With Fit
-
Strategies for Implementing Acceptance Tests
-
Adopting TDD
-
Resources