This post originated from an RSS feed registered with .NET Buzz
by Maruis Marais.
Original Post: Ruby on Rails testing links
Feed Title: exceptionz
Feed URL: http://feeds.feedburner.com/Exceptionz
Feed Description: I am an XP, TDD, OO and .NET enthusiast. Things like Design Patterns makes my pulse race, I love learning exciting new things and to share my thoughts and techniques with the world. So join me and together we can explore the awesome world of software development
Following is a few links to RoR Testing tutorials:
Not a bad introductionhttp://blog.new-bamboo.co.uk/articles/2006/08/01/rails-tdd-you-never-know-when-the-brakes-might-fail
In depth testing walk through. Long.http://grayproductions.net/ruby/first_steps.html
Another walk through. Not Rails. Long also.http://www.rubycentral.com/articles/pink/index.html
ActiveTest. Looks interesting but not so interesting that I would use it.http://www.mathewabonyi.com/articles/2006/08/14/activetest-rails-style-testing
Autotest (and Zentest). Very useful for hard core tdd.http://nubyonrails.com/articles/2006/04/19/autotest-rails
Code coverage tool. This is a must and is dead easy. There is no [...]