Testing tutorials needed

Hi
Could anyone points me to some good links covering Testing in rails.I
am just beginner in testing and I know rails provides all the tools for
unit,functional and integration testing…Since i learned only them
theory i would like to do testing practically now

Thanks in advance
Sijo

Hi
Could anyone points me to some good links covering Testing in rails.I
am just beginner in testing and I know rails provides all the tools
for
unit,functional and integration testing…Since i learned only them
theory i would like to do testing practically now

For the $27 I would highly recommend the three peepcode rspec
screencasts… see peepcode.com for details. no affiliation, just
like their stuff.

Here’s my long tutorial for beginners on unit testing.

http://www.nullislove.com/2007/11/10/testing-in-rails-introduction/

I would love to write up functional testing next but just haven’t had
the spare time yet.

HTH,
Kevin

unfortunately both oreilley links appear to fail

take look at:
http://manuals.rubyonrails.com/read/chapter/20

http://www.railsenvy.com/2007/10/4/how-i-learned-to-love-testing-presentation

Hi Sijo,

Sijo Kg wrote:

Could anyone points me to some good links covering
Testing in rails. I am just beginner in testing and I know
rails provides all the tools for unit,functional and integration
testing…Since i learned only them theory i would like to do
testing practically now

The O’Reilly tutorials I did include ones on unit, functional, and
integration testing at a beginner level. They might be of interest to
you.

The testing tutorials extend the initial app development tutorials which
start here:

ited.html?page=1

The testing tutorials start here:

june.html?page=1

HTH,
Bill