Access Keys:
Skip to content (Access Key - 0)
Home (Access Key - 1)
All spaces... (Access Key - 3)
Log in (Access Key - 5)
Sign up (Access Key - 6)
Toggle Sidebar

BarCamp Manchester Talk


I went to BarCamp Manchester (UK) yesterday (we also sponsored the after party) and did a talk on testing which I've published on Slide Share:

Overview: you should test your code and require tests on code you are modifying, otherwise you can't be sure what effect your modifications have had and have no idea if you've introduced a regression or new bugs. There was a discussion at the end about while this being a great philosophy, it's not easy to stick to.

Links to various resources for those interested in follow ups. Wikipedia offers good descriptions and overviews of the terminology used and explained during the talk (the slides unfortunately don't speak).

  1. http://en.wikipedia.org/wiki/Unit_test
  2. http://en.wikipedia.org/wiki/Integration_testing
  3. http://en.wikipedia.org/wiki/Acceptance_testing
  4. http://en.wikipedia.org/wiki/Test-driven_development

Software I mentioned during the talk is:

  1. http://cruisecontrol.sourceforge.net/
  2. http://emma.sourceforge.net/
  3. http://cobertura.sourceforge.net/
  4. http://www.atlassian.com/software/bamboo/ (commercial)
  5. http://www.atlassian.com/software/crucible/ (commercial)
  6. http://www.atlassian.com/software/clover/ (commercial)

I'm not suggesting you need to buy software, I'm suggesting you need to use software (free or otherwise) to give yourself a test platform and therefore confidence in your code.

Toggle Sidebar
Added by Dan Hardiker on Mar 02, 2008 22:27, last edited by Dan Hardiker on Mar 31, 2008 23:27

Adaptavist Theme Builder Powered by Atlassian Confluence