Difference between revisions of "Example Selenium test"

From Organic Design wiki
(Wrap with <selenium> tags)
Line 67: Line 67:
 
</html>
 
</html>
 
<selenium>
 
<selenium>
 +
 +
[[Category:Selenium]]

Revision as of 04:23, 11 December 2007

<selenium> Create Account

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>