Software Testing
From Docunext Technology Wiki
Software testing is a very important, and often overlooked, part of software development.
Unit Testing
Unit testing is a very simple and straightforward testing methodology. I have used Test::Unit quite extensively with Ruby on Rails.