Test Case & Command

A Wetator test case is a script of steps, so-called ‘commands’.
A command may be a user action (e.g. click on button, set input in field) or an assertion.

A Wetator test case is the equivalent to a JUnit test method. For maintenance reasons we recommend to structure test cases by functionality and to keep them small.

Wetator test cases are usually defined in *.wet files containing XML. See here for more on the out of the box supported test case file formats.