28 Jun 2007 Test-Driven Development Presentation Now Online
I recently did a presentation on Test-Driven Development (TDD) for a Java practice group here in Melbourne. We’ve put the presentation up on our website – you’ll find a link to it on this page.
The presentation contains a detailed step-by-step example. It starts from scratch, demonstrating how to use TDD to implement an algorithm for formatting timesheet data. It then explains how to use the EasyMock framework to mock-out a DAO that looks up timesheet data. Finally, it shows you how to test the real DAO against a database using Spring’s integration testing support.
Luke
Posted at 20:22h, 28 JuneThis was a great presentation and really highlighted for need for such a technique in building quality software. As a by-product it also encourages simpler solutions, as with more code comes more testing.
Pingback:Unit Testing and The Way of Testivus | Shine Blog
Posted at 22:05h, 09 August[…] Ben posted an entry and presentation on test driven development. An amusing take on this can be found in The Way of Testivus which provides the wisdom of ancient […]
Pingback:Unit Testing and The Way of Testivus | The Shine Technologies Blog
Posted at 01:01h, 06 September[…] Ben posted an entry and presentation on test driven development. An amusing take on this can be found in The Way of Testivus which provides the wisdom of ancient […]