Example Selenium test
From Organic Design wiki
Revision as of 05:49, 1 August 2008 by Nad (talk | contribs) (Test:Create account moved to Example Selenium test)
<selenium>
Create Account | ||
open | /wiki/index.php?title=Special:Userlogout | |
clickAndWait | link=Log in / create account | |
clickAndWait | link=Create an account | |
storeEval | new Date().getTime()-1000000000000 | username |
type | wpName2 | ${username} |
type | wpPassword2 | password |
type | wpRetype | password |
clickAndWait | wpCreateaccount | |
verifyTitle | glob:*successful* |
</selenium>