open |
jquery/example_3_all_validation_rules.html |
|
click |
css=input[type="submit"] |
|
verifyAlert |
glob:*Please enter an integer* |
|
type |
name=char_length |
12 |
click |
css=input[type="submit"] |
|
verifyAlert |
glob:** |
HACK to ignore this alert |
type |
name=char_length |
1 |
click |
css=input[type="submit"] |
|
verifyAlert |
glob:*Please enter a value that is exactly two characters long* |
|
type |
name=char_length |
123 |
click |
css=input[type="submit"] |
|
verifyAlert |
glob:*Please enter a value that is exactly two characters long* |
|
type |
name=char_length_range |
123 |
click |
css=input[type="submit"] |
|
verifyAlert |
glob:** |
HACK to ignore this alert |
type |
name=char_length_range |
12345 |
click |
css=input[type="submit"] |
|
verifyAlert |
glob:** |
HACK to ignore this alert |
type |
name=char_length_range |
12 |
click |
css=input[type="submit"] |
|
verifyAlert |
glob:*Please enter a value that is between 3 and 5 characters in length* |
|
type |
name=char_length_range |
123456 |
click |
css=input[type="submit"] |
|
verifyAlert |
glob:*Please enter a value that is between 3 and 5 characters in length* |
|
type |
name=char_length_greater_than |
123456 |
click |
css=input[type="submit"] |
|
verifyAlert |
glob:** |
HACK to ignore this alert |
type |
name=char_length_greater_than |
12345 |
click |
css=input[type="submit"] |
|
verifyAlert |
glob:*Please enter a value that is over 5 characters long* |
|
type |
name=char_length_greater_than_or_equal |
12345 |
click |
css=input[type="submit"] |
|
verifyAlert |
glob:** |
HACK to ignore this alert |
type |
name=char_length_greater_than_or_equal |
123456 |
click |
css=input[type="submit"] |
|
verifyAlert |
glob:** |
HACK to ignore this alert |
type |
name=char_length_greater_than_or_equal |
1234 |
click |
css=input[type="submit"] |
|
verifyAlert |
glob:*Please enter a value that is at least 5 characters long* |
|
type |
name=char_length_less_than |
1234 |
click |
css=input[type="submit"] |
|
verifyAlert |
glob:** |
HACK to ignore this alert |
type |
name=char_length_less_than |
12345 |
click |
css=input[type="submit"] |
|
verifyAlert |
glob:*Please enter a value that is less than 5 characters long* |
|
type |
name=char_length_less_than_or_equal |
12345 |
click |
css=input[type="submit"] |
|
verifyAlert |
glob:** |
HACK to ignore this alert |
type |
name=char_length_less_than_or_equal |
1234 |
click |
css=input[type="submit"] |
|
verifyAlert |
glob:** |
HACK to ignore this alert |
type |
name=char_length_less_than_or_equal |
123456 |
click |
css=input[type="submit"] |
|
verifyAlert |
glob:*Please enter a value that is less than or equal to 5 characters* |
|