Difference between revisions of "Testscripts"

From Amahi Wiki
Jump to: navigation, search
(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…')
(No difference)

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