~erobererunc/sahana-eden/tropo_xforms

« back to all changes in this revision

Viewing changes to static/selenium/tests/register.html

  • Committer: Michael
  • Date: 2010-12-16 13:45:28 UTC
  • mfrom: (1479.1.91 eden)
  • Revision ID: ero@gmail.com-20101216134528-7x3m6m3fk9uc9i69
mergeĀ fromĀ trunk...

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
 
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
 
<head profile="http://selenium-ide.openqa.org/profiles/test-case">
5
 
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6
 
<link rel="selenium.base" href="" />
7
 
<title>Register</title>
8
 
</head>
9
 
<body>
10
 
<table cellpadding="1" cellspacing="1" border="1">
11
 
<thead>
12
 
<tr><td rowspan="1" colspan="3">Register</td></tr>
13
 
</thead><tbody>
14
 
 
15
 
<tr>
16
 
        <td>open</td>
17
 
        <td>/sahana</td>
18
 
        <td></td>
19
 
</tr>
20
 
<tr>
21
 
        <td>clickAndWait</td>
22
 
        <td>link=Register</td>
23
 
        <td></td>
24
 
</tr>
25
 
<tr>
26
 
    <td>storeRandom</td>
27
 
    <td>8</td>
28
 
    <td>user</td>
29
 
</tr>
30
 
<tr>
31
 
    <td>storeRandom</td>
32
 
    <td>8</td>
33
 
    <td>domain</td>
34
 
</tr>
35
 
<tr>
36
 
    <td>store</td>
37
 
    <td>${user}@${domain}.com</td>
38
 
    <td>email</td>
39
 
</tr>
40
 
<tr>
41
 
        <td>type</td>
42
 
        <td>auth_user_first_name</td>
43
 
    <td>${user}</td>
44
 
</tr>
45
 
<tr>
46
 
        <td>type</td>
47
 
        <td>auth_user_last_name</td>
48
 
    <td>${user}</td>
49
 
</tr>
50
 
<tr>
51
 
        <td>type</td>
52
 
        <td>auth_user_email</td>
53
 
    <td>${email}</td>
54
 
</tr>
55
 
<tr>
56
 
    <td>storeRandom</td>
57
 
    <td>8</td>
58
 
    <td>password</td>
59
 
</tr>
60
 
<tr>
61
 
        <td>type</td>
62
 
        <td>auth_user_password</td>
63
 
        <td>${password}</td>
64
 
</tr>
65
 
<tr>
66
 
        <td>clickAndWait</td>
67
 
        <td>//input[@type='submit']</td>
68
 
        <td></td>
69
 
</tr>
70
 
<tr>
71
 
        <td>verifyTextPresent</td>
72
 
        <td>Logged in</td>
73
 
        <td></td>
74
 
</tr>
75
 
 
76
 
</tbody></table>
77
 
</body>
78
 
</html>