CookieTest
deleteCookie count
open http://csci4657spr11.morris.umn.edu/~elenam/4657sp11/cookies.php
assertTextPresent Welcome, new visitor!
assertCookieByName count 0
open http://csci4657spr11.morris.umn.edu/~elenam/4657sp11/cookies.php
assertTextPresent Welcome back! You visited this page 1 times.
assertCookieByName count 1
storeCookieByName count theCookie
assertCookieByName count javascript{storedVars['theCookie']}
open http://csci4657spr11.morris.umn.edu/~elenam/4657sp11/cookies.php
assertNotCookieByName count javascript{storedVars['theCookie']}