module RUTL

TODO: Rename to something better. RubyUI2API? RAPID for Ruby API DSL? The idea is that this framework should be usable for web, phone, and even desktop UI testing, turning the UI into an API via its DSL.

Constants

HUNGARIAN

HUNGARIAN automatically appends _<element_type> to all view elements. So

button :foo

is referred to later in code as

foo_button

instead of just the flat name. So

bar_link.click

instead of

bar.click

And I like it so it goes on by default.

VERSION