Testscripts

From Amahi Wiki
Revision as of 01:43, 7 July 2010 by Cpg (talk | contribs) (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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']