How to play with shoulda with functional testing

Hi,

I am new in rails testing, and now i try to use shoulda to test the
functional section.
can anyone give me some advice, example or recommend tutorial site to
me…

thanks

Might I suggest using Cucumber and RSpec to test? It’s becoming the
classic
(and arguably best) way. In fact, it’s the way detailed in The RSpec
Book,
and it’s used and supported by many.

http://cukes.info/

http://rspec.info/rails/

There’s a Teach me to code screencast which may be helpful

Some of the official documentation here: