Watir, pronounced water, is an open-source (BSD) family of Ruby libraries for automating web browsers. It allows you to write tests that are easy to read and ...
Link: watir.com
It is time to move me to the Alumni list, as I am no longer an active contributor to the Watir project. I don’t contribute code any more and I haven’t helped manage the project since hosting the Watir Bazaar a year ago (March 2012). I’ve asked others to recognize when they’ve stopped ...
A few Watir gems got updated recently. I just wanted to make sure everybody is up to date. :)
From the start I wanted this project to be a world class, completely open, reference implementation of such a project, using the best and most modern tools and practices I could find. I wanted this to be a project that anyone could read, anyone could run, and to which anyone could con...
RSpec is a Behaviour-Driven Development tool for Ruby programmers. BDD is an approach to software development that combines Test-Driven Development, Domain Driven Design, and Acceptance Test-Driven Planning. RSpec helps you do the TDD part of that equation, focusing on the documentati...
We have recently updated the list of blogs that could be useful to Watir users. Take a look at
We found it one of the most robust tools for web application testing. We are using it since last two year and formed our own library / framework to do data driven testing. Usually we use it to automate our sanity test suite. However, for couple of projects we are working on to automat...
There are two books on Watir. Both books are work in progress and both were updated recently.
Watir-Classic 3.2.0 Released! Posted on September 20, 2012 by Jarmo Pertman Hello everyone! I’m happy to announce that Watir-Classic 3.2.0 has been released! Changes: Add Element#browser method as an alias for Element#page_container . Fix SelectList#{select|clear} to fire onChange eve...