SoftwareTesting:Watir and Firefox

From MozillaWiki
Revision as of 22:46, 29 December 2005 by Davel (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

From the Watir home page

WATIR stands for "Web Application Testing in Ruby". Watir is a free, open-source functional testing tool for automating browser-based tests of web applications. It is pronounced water.
Watir drives the Internet Explorer browser 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 Ruby library that works with Internet Explorer on Windows. Like other powerful programming languages, Ruby gives you the power to connect to databases, read data files, export XML and structure your code into reusable libraries.

Wouldn't it be great if Watir could drive Firefox, too? Then Watir could be used on Windows, Mac, Linux, and other operating systems where Firefox and Ruby have been ported.

Research

  • wtr-general archives - [1]
    • looks like Amit Garde and Stefan Champailler are making some progress
  • jssh home page
    • Instructions for building Firefox with jssh
    • jssh can also be built as a stand-alone .xpi - instructions forthcoming