Testscripts
From Amahi Wiki
Testsscripts look like:
app << { ... test ... }
There are three types of tests:
- checking a page test
- submitting a form
- clicking on a link
Checking a page =
:page => ['Title', 'some string']
Testsscripts look like:
app << { ... test ... }
There are three types of tests:
:page => ['Title', 'some string']