How can i implement ROR testing
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
Ryan has some excellent railscasts about testing:
- http://railscasts.com/tags/7
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.
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
精彩评论