Difference between revisions of "Template:Sandbox"

From Organic Design wiki
(Selenium tests)
Line 1: Line 1:
<noinclude>{{SandboxMessage}}</noinclude>
+
<includeonly>Computing Phrase</includeonly>
 
+
<noinclude>this is an example of a dynamic '''Property:'''
 
+
</noinclude>
<selenium><html>
 
<head>
 
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 
<title>Create Account</title>
 
</head>
 
<body>
 
<table cellpadding="1" cellspacing="1" border="1">
 
<thead>
 
<tr><td rowspan="1" colspan="3">Create Account</td></tr>
 
</thead><tbody>
 
<tr>
 
<td>open</td>
 
<td>/wiki/index.php?title={{{NAME|Special:Userlogout}}}</td>
 
<td></td>
 
</tr>
 
 
 
<tr>
 
<td>clickAndWait</td>
 
<td>link=Log in / create account</td>
 
<td></td>
 
</tr>
 
 
 
<tr>
 
<td>clickAndWait</td>
 
<td>link=Create an account</td>
 
<td></td>
 
</tr>
 
 
 
<tr>
 
<td>storeEval</td>
 
<td>new Date().getTime()-1000000000000</td>
 
<td>username</td>
 
</tr>
 
 
 
<tr>
 
<td>type</td>
 
<td>wpName2</td>
 
<td>${username}</td>
 
</tr>
 
 
 
<tr>
 
<td>type</td>
 
<td>wpPassword2</td>
 
<td>password</td>
 
</tr>
 
 
 
<tr>
 
<td>type</td>
 
<td>wpRetype</td>
 
<td>password</td>
 
</tr>
 
 
 
<tr>
 
<td>clickAndWait</td>
 
<td>wpCreateaccount</td>
 
<td></td>
 
</tr>
 
 
 
<tr>
 
<td>verifyTitle</td>
 
<td>glob:*successful*</td>
 
<td></td>
 
</tr>
 
 
 
</tbody></table>
 
</body>
 
</html>
 
</selenium>
 
 
 
[[Category:Selenium]]
 

Revision as of 00:30, 1 February 2008

this is an example of a dynamic Property: