palani
palani

Reputation: 4679

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

Upvotes: 1

Views: 105

Answers (2)

Jack Chu
Jack Chu

Reputation: 6821

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

Upvotes: 1

dpb
dpb

Reputation: 1205

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.

Upvotes: 2

Related Questions