Hi, Can you one please guide.... i want to implement Testing in my Rails application.... i never do that before.... so i don't know how to implement testing. can any one please tell me is their any link should follow for step by step process ... please.. Thanks in advance
+2
A:
Ryan has some excellent railscasts about testing:
I recommend you start there. He has a very easy to follow style, and is a great teacher for new users and old users alike.
dpb
2010-02-27 07:50:57
Thanks dpb ... for your help ..
palani
2010-02-27 08:50:10
+1
A:
You could also take a look at RailsGuides' guide on testing in Rails:
http://guides.rubyonrails.org/testing.html
and various testing framework options here:
http://www.ruby-toolbox.com/categories/testing_frameworks.html
Jack Chu
2010-02-27 09:14:24