> Test the entire stack. Do not just test models. Test/spec models,
> controllers, and use integration tests/specs. This will give you
> confidence when developing and literally makes your work 1000 times
> less stressful. Yes, it takes more time, but it is the ONLY way to
> develop a reliable app that works.
> --- I started out just testing models. This does not catch view
> errors, and my users paid for it.
>

Selenium is great for this, it even tests your javascripts. Things I
haven't to test with selenium is file-uploads and swf-movies. There
are hacks to test file-uploads, but I rather do controller tests for
those.

--

You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.


Reply via email to