Resources and Links

 
 
 

Links to relevant articles, websites, information, and products

 
 

General Xp/Agile links

XProgramming: An Agile Software Development Resource
This is the website of Ron Jeffries, one of the premier XP book authors.

Software

JUnit: Java unit testing framework
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java. JUnit is Open Source Software, released under the Common Public License Version 1.0 and hosted on SourceForge.
Fitnesse, an acceptance test framework
FitNesse is a lightweight, open-source framework that makes it easy for software teams to:
  • Collaboratively define AcceptanceTests -- web pages containing simple tables of inputs and expected outputs.
  • Run those tests and see the results