Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Committed testers
make sure we have committed testers, that are a member of the team. Testers should attend planning sessions, cool down sessions and should work side by side with developers. It would also be good if they could attend the morning sessions. Often a tester could sit next to a developer so the developer can make small changes on the fly and identify larger issues for review of the product owner.

Unit test coverage
Unit test coverage of DelftTools and DelftShell are now at about 32%. This number should be raised to at least 70% for DelftTools and maybe 50% for DelftShell. Each member of the team should write some unit tests for DelftShell or DelftTools classes that are being used in the code he is currently modifying. It is recommended to install testdriven.net or ncover so the developers can see areas of sourcecode that are not sufficiently tested.