Difference between revisions of "Example Selenium test"
From Organic Design wiki
(From Flouzo example) |
(Long url on logout: /wiki/index.php?title=Special:Userlogout) |
||
Line 5: | Line 5: | ||
<tr> | <tr> | ||
<td>open</td> | <td>open</td> | ||
− | <td>/Special:Userlogout</td> | + | <td>/wiki/index.php?title=Special:Userlogout</td> |
<td></td> | <td></td> |
Revision as of 09:20, 6 December 2007
<thead>
</thead><tbody>
</tbody>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* |