Difference between revisions of "Testscripts"
From Amahi Wiki
(Created page with '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 == :p…') |
|||
Line 9: | Line 9: | ||
* clicking on a link | * clicking on a link | ||
− | = Checking a page | + | = Checking a page = |
:page => ['Title', 'some string'] | :page => ['Title', 'some string'] |
Revision as of 01:43, 7 July 2010
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']