
ActivIT Automatron
A scripting tool for browser automation. By executing user given instructions contained in a javascript "TRON" file it automatically browses web, clicks on links, fills out forms, etc.
Watir, pronounced water (acronym standing for "Web Application Testing in Ruby"), is an open-source (BSD) family of Ruby libraries for automating web browsers....
watir, pronounced water (acronym standing for "web application testing in ruby"), is an opensource (bsd) family of ruby libraries for automating web browsers. it allows you to write tests that are easy to read and maintain. it is simple and flexible.
watir drives browsers the same way people do. it clicks links, fills in forms, presses buttons. watir also checks results, such as whether expected text appears on the page.
watir is a family of ruby libraries but it supports your app no matter what technology it is developed in. they support internet explorer on windows, firefox and chrome on windows, mac and linux and safari on mac.
Discontinued ruby testing functional-testing application-testing web-application-testing