Wetator

Wetator

About

Wetator is a small, flexible and extendable test automation tool that drives and checks your web application. Wetator provides you with a language for writing test scripts that is simple and easily readable - also for non-IT-people. The list of supported commands is intended to be preferably small.

Every command works with the visual representation of the web pages. There is no need to know xpath, the html code of the page or other implementation details.

Every test script is a table with four columns. One row represents one execution step defined by a command, the selector and the optional value.

Example

The whole testscript is defined in one table. In this example we have inserted some screenshots of the tested application, to make it easier to read the script.

# Command Selector Value
Open Url index.html
Assert Title Wetator TestApp

Pic

  Set UserId Tester
  Set Password secret
  Click On Ok