open |
jquery/example_3_all_validation_rules.html |
|
click |
css=input[type="submit"] |
|
verifyAlert |
glob:*Please enter an integer* |
|
type |
name=letter_field |
11 |
click |
css=input[type="submit"] |
|
verifyAlert |
glob:*Please only enter letters (a-Z) in this field* |
|
type |
name=letter_field |
a_b |
click |
css=input[type="submit"] |
|
verifyAlert |
glob:*Please only enter letters (a-Z) in this field* |
|
type |
name=letter_field |
a b |
click |
css=input[type="submit"] |
|
verifyAlert |
glob:*Please only enter letters (a-Z) in this field* |
|
type |
name=letter_field |
aaa |
click |
css=input[type="submit"] |
|
verifyAlert |
glob:** |
HACK to ignore this alert |
type |
name=alpha_field |
1 a |
click |
css=input[type="submit"] |
|
verifyAlert |
glob:*Please only enter alphanumeric characters (0-9 a-Z) in this field* |
|
type |
name=alpha_field |
1_with_underscore* |
click |
css=input[type="submit"] |
|
verifyAlert |
glob:*Please only enter alphanumeric characters (0-9 a-Z) in this field* |
|
type |
name=alpha_field |
a1b2c3d4 |
click |
css=input[type="submit"] |
|
verifyAlert |
glob:** |
HACK to ignore this alert |