jquery_exampl1 | ||
open | jquery/example_1_simple.html | |
click | css=input[type="submit"] | |
assertAlertPresent | ||
verifyAlert | regexp:enter\ your\ (first\ name|last\ name|email|age|martal) | |
type | name=first_name | bill |
type | name=last_name | smith |
type | name=email | invalid === email |
type | name=any_integer | 2233 |
click | id=ms2 | |
click | css=input[type="submit"] | |
assertAlertPresent | ||
verifyAlert | glob:*valid email address* | |
type | name=email | sg552sg552@gmail.com |
click | css=input[type="submit"] | |
assertAlert | glob:*form validates* |