views:

54

answers:

2

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
Thanks dpb ... for your help ..
palani
+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