Difference between revisions of "Example Selenium test"
From Organic Design wiki
(Long url on logout: /wiki/index.php?title=Special:Userlogout) |
|||
| Line 64: | Line 64: | ||
</tbody></table> | </tbody></table> | ||
| + | |||
| + | [[Category:Selenium]] | ||
Revision as of 09:21, 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* | |



