Archive for the ‘watir’ Category

FireWatir 1.2.1 is released

Sunday, August 17th, 2008

A new version of FireWatir has been released. This includes some fixes related to Firefox 3 but more importantly, it marks the merger of FireWatir and Watir projects, allowing for tighter coupling of methods and functionality between the two, allowing you to write less code =) To use FireWatir, you will ...

A New Project: just_add_watir

Friday, August 8th, 2008

In an effort to get more actively involved with the open source community, I've recently starting working with another colleague on a new site called justaddwatir.com. This is an exciting collaboration of examples for web application testing in ruby (watir - pronounced "water"). Watir is a simple open-source library for ...

Just Another Framework - for developing watir test cases

Thursday, July 3rd, 2008

Recently I attended Railscamp 08 in Sydney Australia for a weekend of code, beer and bzflag. For my 'project' I decided on brushing up my my Ruby skills and constructing a simple framework from which I could structure watir test cases. Specifically I wanted to achieve the following: Create some form of ...

Installing Firewatir on Mac OSX

Thursday, June 12th, 2008

By now you've probably heard of watir or Web Application Testing In Ruby, a great automation framework which supports Microsoft Internet Explorer, and recently came in at number 3 as a popular oss tool on this blog. I've been using this tool mostly from a windows box, and knew of the ...

Capturing Screenshots in Watir

Monday, June 2nd, 2008

Recently I noticed some discussion in the watir user group about trying to capture screenshots when running automated tests. For such a simple requirement, it's frustrating that solutions available either cost money (such as the purchase of SnagIt) or are a tad complicated in implementation requiring the installation of some out ...