Difference between revisions of "Example Selenium test"
From Organic Design wiki
m (Test:Create account moved to Example Selenium test) |
({{localurl:}}) |
||
Line 11: | Line 11: | ||
<tr> | <tr> | ||
<td>open</td> | <td>open</td> | ||
− | <td> | + | <td>{{localurl:Special:Userlogout}}</td> |
<td></td> | <td></td> | ||
</tr> | </tr> |
Revision as of 00:23, 4 August 2008
<selenium>
Create Account | ||
open | {{localurl: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>