regular_expression_exercise1
open /seleniumtraining/selenium_regular_expression.htm
type number1 2
type number2 2
click add
assertAlert regex:The answer is 4 when you ran it on .*
type number1 5
type number2 1
click minus
assertAlert regex:The answer is 4 when you ran it on \w{3}\s\w{3}\s
type number1 4
type number2 5
click multiply
assertAlert regex:The answer is 20 when you ran it on \w{3}\s\w{3}\s
type number1 100
type number2 5
click divide
assertAlert regex:The answer is 20 when you ran it on \w{3}\s\w{3}\s