Skip to content

Test Driven TDD and Acceptance TDD for Java Developers

Best in textbook rentals since 2012!

ISBN-10: 1932394850

ISBN-13: 9781932394856

Edition: 2007

Authors: Lasse Koskela

List price: $44.99
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

In test driven development, you first write an executable test ofwhat your application code must do. Only then do you write thecode itself and, with the test spurring you on, you improve yourdesign. In acceptance test driven development (ATDD), you usethe same technique to implement product features, benefiting fromiterative development, rapid feedback cycles, and better-definedrequirements. TDD and its supporting tools and techniques leadto better software faster. Test Driven brings under one cover practical TDD techniquesdistilled from several years of community experience. With examplesin Java and the Java EE environment, it explores both the techniquesand the mindset of TDD and ATDD. It…    
Customers also bought

Book details

List price: $44.99
Copyright year: 2007
Publisher: Manning Publications Co. LLC
Publication date: 10/22/2007
Binding: Paperback
Pages: 470
Size: 6.75" wide x 9.00" long x 1.00" tall
Weight: 1.980
Language: English

Lasse Koskela is a coach, trainer, consultant and programmer. He hacks on open source projects, moderates discussions at JavaRanch, and writes about software development. A pioneer of the Finnish agile community, Lasse speaks frequently at international conferences. He's the author of Test Driven, also published by Manning.

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