The Simplest Thing that Could Possibly Work A Conversation with Ward Cunningham, Part V by Bill Venners
Engineer Notebook: An Extreme Programming Episode
Dave Thomas talk video & slides
Visualizing Agile Projects with Kanban Boards
Concordion is an open source framework for Java that lets you turn a plain English description of a requirement into an automated test — an active specification.
JMatter is a software framework for constructing workgroup business applications based on the Naked Objects Architectural Pattern.
Infinitest is a continuous JUnit test runner designed to facilitate Test Driven Development. Infinitest helps you learn TDD by providing feedback as you work, and helps you master TDD by reducing your feedback cycle from minutes to mere seconds.
The fully integrated standalone wiki, and acceptance testing framework.
Maestro: A Simple Tool for Complicated Builds
oy, we've found that it is useful to use a Continuous Integration server. The best known such server is CruiseControl, an open source tool originally built by several p
Cobertura is a free Java tool that calculates the percentage of code accessed by tests. It can be used to identify which parts of your Java program are lacking test coverage. It is based on jcoverage.
Unit Testing II: aprendiendo a usar JUnit