jquery_example3
open jquery/example_3_all_validation_rules.html
click css=input[type="submit"]
verifyAlert glob:*Please enter your gender*
click //input[@name='gender' and @value='male']
click css=input[type="submit"]
verifyAlert glob:*Please enter the name of your favourite Care Bear*
type name=male_question men's answer
verifyAlertNotPresent
click //input[@name='gender' and @value='female']
click css=input[type="submit"]
verifyAlert glob:*Please indicate what max weight you can bench*
type name=female_question women's answer
verifyAlertNotPresent