hi all
What is the list of web application testing tools(like Watir ) in Ruby ?
···
--
Posted via http://www.ruby-forum.com/.
hi all
What is the list of web application testing tools(like Watir ) in Ruby ?
--
Posted via http://www.ruby-forum.com/.
All of them? That's a bit much. Shamelessly stolen from the Cucumber wiki:
- Webrat <http://gitrdoc.com/brynary/webrat/tree/master/> – Ruby
acceptance testing for web applications
- Capybara <http://github.com/jnicklas/capybara> – Acceptance testing
framework with a webrat-like API and support for multiple backends,
including RackTest, Selenium, Celerity and Culerity
- Steam <http://github.com/svenfuchs/steam> – Drives a fast headless
browser with Javascript support. Support for the normal webrat step
definitions, see Setting up
Steam<https://github.com/aslakhellesoy/cucumber/wiki/Setting-up-Steam>
- PHP<https://github.com/aslakhellesoy/cucumber/wiki/Testing-PHP-app-using-Webrat>
- WebDriver <http://code.google.com/p/selenium/wiki/RubyBindings> –
Drives IE, Firefox, Chrome
- Watir <http://watir.com/> – Drives IE (Windows only) and Firefox
(Windows, OSX, GNU/Linux), see: Setting up
FireWatir<https://github.com/aslakhellesoy/cucumber/wiki/Setting-up-FireWatir>
- FireWatir <http://watir.com/> – Drives Firefox on Windows, OSX and GNU
/Linux
- SafariWatir <http://safariwatir.rubyforge.org/> – Drives Safari (OS X
only)
- ChromeWatir <http://code.google.com/p/chrome-watir/wiki/ChromeWatir> –
Drives Google Chrome
- Celerity <http://celerity.rubyforge.org/> – Drives a fast headless
browser with Javascript support. Examples
here<http://github.com/alvinschur/celerity-examples/tree/master>
- Culerity <http://github.com/langalex/culerity/> – For when you can’t
run your app under jRuby
- Selenium <http://selenium.seleniumhq.org/> – Runs any browser (any OS),
see: Setting up
Selenium<https://github.com/aslakhellesoy/cucumber/wiki/Setting-up-Selenium>
- Mechanize <http://mechanize.rubyforge.org/mechanize/> – Runs a headless
browser (any OS)