record_replay_exercise
open /seleniumtraining/selenium_record_replay.htm
verifyTitle The Automated Tester - how does the real tester do things
type number1 1
type number2 1
click add
verifyValue total 2
type number1 10
type number2 2
click minus
verifyValue total 8
type number2 10
click multiply
verifyValue total 100
type number1 100
type number2 5
click divide
verifyValue total 20