Some notes on agile process based around NoUnit – to be expanded later
Metrics
- Use Cases Completed (e.g. Track using XPlanner)
- Tests (Junit) written to confrim that these use cases are complete.
- Percentage of Unit Tests Running (should be 100%)
- Code Coverage of these tests (using NoUnit)
- Code Quality (Sun Javadoc Quality Checker, Code Review)