jquery_example3
open jquery/example_3_all_validation_rules.html
click css=input[type="submit"]
assertAlertPresent
verifyAlert regexp:field\ is\ required|email|date|today|interger|between\ 1|greater\ than 100|equal\ to\ 100|alphanumeric|favourite\ colour|exactly|in\ length|over\ 5\ characters|at\ least|prime\ number|password|gender
type name=password redAPPLE@8
type name=password_2 redAPPLE@8
click css=input[type="submit"]
verifyAlert glob:** HACK to skip other alerts
type name=password redAPPLE@8
type name=password_2 redAPPLE99
click css=input[type="submit"]
verifyAlert glob:*Please ensure the passwords you enter are the same*