Web
Watir is a web testing tool
that allows you to automate Internet Explorer and script interactions
with your web application. It uses the COM automation interface to drive the
browser. The nicest thing about the tool is that it allows you to use
Ruby to create the test scripts. Ruby is an unobtrusive, easy to
learn, fully object-oriented language whose power at abstraction
building will allow you to bring your testing to a level you never
previously imagined. Now, a lot of people love and use Watir,
and we have been getting requests for help on scripting our web
controls with Watir. All of our controls are pretty complex beasts and
require...