views:

161

answers:

3

I am new on Ruby on Rails testing. I have seen many testing tools, such as Rspec,Cucumber,Seleneium,Watier etc. but could not detail information about that.

Please give me a link for this.

+2  A: 

Although it's already a bit behind schedule, Pragmatic Publishing has The RSpec Book: Behaviour Driven Development with RSpec, Cucumber, and Friends due out in September (you can buy a pre-release pdf version now, if you prefer).

PeepCode also sells four different screencasts on Rspec and Cucumber:

There are tons of blog posts and tutorials on these subjects, but things get out of date quickly, so it's hard to recommend specifics. The very recent Ruby on Rails Tutorial book uses Rspec in its testing, and it's available in editions for 2.3.8 and 3.0. It's free to read online, or you can pay for a pdf copy.

Telemachus
Pragprog also has [Rails Test Prescriptions][1] in beta, with the eBook available now and paper later. It's mostly done--the chapters on rspec and cucumber are there, as is most of the rest of the book.[1]: http://pragprog.com/titles/nrtest/rails-test-prescriptions
Wayne Conrad