Dummy test
From Bioinformatics.Org Wiki
Section 1
<selenium> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Create Account</title> </head> <body>
| Create Account | ||
| open | /wiki/Special:Userlogout | |
| open | /wiki/Main_Page | |
| 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* | |
</body> </html> </selenium>