This is an old revision of this page, as edited by RHaworth (talk | contribs) at 06:21, 13 October 2006 (→Getting Started: delete how-to guide stuff). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Revision as of 06:21, 13 October 2006 by RHaworth (talk | contribs) (→Getting Started: delete how-to guide stuff)(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)Template:Wikify is deprecated. Please use a more specific cleanup template as listed in the documentation. |
This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. Find sources: "Watir Extension Toolkit" – news · newspapers · books · scholar · JSTOR (Learn how and when to remove this message) |
WET (Watir Extension Toolkit) is an extension toolkit to the popular Watir web testing framework. It drives an IE Browser directly and so the automated testing done is equivalent to how a user would drive the web pages. The tool allows you to perform all the operations required for testing web applications - like automatically clicking a link, entering text in a textfield, clicking a button etc. You may also perform various checks as a part of the testing process by using Checkpoints.
WET sits on top of Watir, an automated test tool which uses the Ruby scripting language. Ruby is an object oriented programming language started more than a decade ago in Japan (by Yukihiro Matsumoto). WET retains all the features that Watir has and adds many usability related functionality like Datatable support, Object repository and Inbuilt Html reporting
This software-engineering-related article is a stub. You can help Misplaced Pages by expanding it. |