[Nitro] Test-based development
Eduardo Rocha
eduardorochabr at gmail.com
Wed Feb 15 07:07:02 EST 2006
Is that really like a user browsing the site?
Actually, I am not that fan of Rails controller testing, because it
can only tests the controller receive the parameters, like
post :update, :person => {:name => 'John', :age => '34'}
and it does not take into account the real page that contains the form.
The frameworks that act like a user browsing the site are Watir and
Selenium, that are appart from Rails. Am I missing something?
2006/2/14, rob <rob at motionpath.com>:
> A valuable feature rails has that Nitro does not is support for unit
> tests that act like a user browsing the site. I started to construct
> this facility for Nitro some time ago but haven't had much time to
> work on it lately. If anyone (Bryan??? *g*) would like to help with
> this please drop me an e-mail.
> _______________________________________________
> Nitro-general mailing list
> Nitro-general at rubyforge.org
> http://rubyforge.org/mailman/listinfo/nitro-general
>
More information about the Nitro-general
mailing list