WETATOR - The smart way to test your web applications
Wetator is a tool for automated Graphical User Interface (GUI) tests of web applications. It provides you with a simple command language for writing your tests, that
- maps the typical user actions (open-url, click-on, select, set...) and
- includes commands to check the page content (assert-content, assert-title...).
This human readable language enables you to specify test cases that are easy to write and easy to read.
Wetator tests are executed using HtmlUnit, a Java based framework which is able to simulate the most popular web browsers (Firefox, Internet Explorer and Chrome).
The test result is summarized in a well-arranged report containing detailed information about the test run and snapshots for each step.
Visit the WETATOR Homepage for more details.