I have just released a Ruby on Rails Plugin that allows for easy Watir
testing in Rails.  To install the plugin in your Rails project,
execute

  ./script/plugin install svn://rubyforge.org/var/svn/watir-on-rails

You can then use the generator to get you started on writing your
first Watir on Rails test...

  ./script/generate watir SuccessfulLogin

Your Watir tests will live in test/watir and can be executed from Rake
like this...

  rake test:watir

In your Watir tests you will have access to all the standard Rails
testing conveniences, such as fixtures and ActiveRecord APIs.

More information can be found at http://watir-on-rails.rubyforge.org/

Watir on Rails supports both Watir::IE and Watir::Safari.
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to