Sophie

Sophie

distrib > Fedora > 13 > i386 > media > os > by-pkgid > 68d77611c8ee677d3b007752626060ab > files > 18

phpTodo-0.8.1-0.10.beta.fc12.noarch.rpm

<!-- phpTodo - Web based todo lists                                             -->
<!-- Copyright (C) 2005-06  Jason Frisvold <friz@godshell.com>                  -->
<!--                                                                            -->
<!-- This program is free software; you can redistribute it and/or modify       -->
<!-- it under the terms of the GNU General Public License as published by       -->
<!-- the Free Software Foundation; either version 2 of the License, or          -->
<!-- (at your option) any later version.                                        -->
<!--                                                                            -->
<!-- This program is distributed in the hope that it will be useful,            -->
<!-- but WITHOUT ANY WARRANTY; without even the implied warranty of             -->
<!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the              -->
<!-- GNU General Public License for more details.                               -->
<!--                                                                            -->
<!-- You should have received a copy of the GNU General Public License          -->
<!-- along with this program; if not, write to the Free Software                -->
<!-- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA -->

<!-- $Id: TestQuickAdd.html,v 1.3 2006/01/24 15:28:34 xen0phage Exp $ -->

<html>
<head><title>New Test</title></head>
<body>
<table cellpadding="1" cellspacing="1" border="1">
<thead>
<tr><td rowspan="1" colspan="3">New Test</td></tr>
</thead><tbody>
<tr>
	<td>open</td>
	<td>/phptodo/logout.php</td>
	<td></td>
</tr>
<tr>
	<td>type</td>
	<td>username</td>
	<td>admin</td>
</tr>
<tr>
	<td>type</td>
	<td>password</td>
	<td>password</td>
</tr>
<tr>
	<td>clickAndWait</td>
	<td>//input[@type='submit' and @value='Log In']</td>
	<td></td>
</tr>
<tr>
	<td>type</td>
	<td>subject</td>
	<td>Selenium High</td>
</tr>
<tr>
	<td>select</td>
	<td>priority_id</td>
	<td>label=High</td>
</tr>
<tr>
	<td>clickAndWait</td>
	<td>//input[@type='submit' and @value='Quick Add']</td>
	<td></td>
</tr>
<tr>
	<td>select</td>
	<td>priority_id</td>
	<td>label=Low</td>
</tr>
<tr>
	<td>type</td>
	<td>subject</td>
	<td>Selenium Low</td>
</tr>
<tr>
	<td>clickAndWait</td>
	<td>//input[@type='submit' and @value='Quick Add']</td>
	<td></td>
</tr>
<tr>
	<td>select</td>
	<td>priority_id</td>
	<td>label=Medium</td>
</tr>
<tr>
	<td>type</td>
	<td>subject</td>
	<td>Selenium Medium</td>
</tr>
<tr>
	<td>clickAndWait</td>
	<td>//input[@type='submit' and @value='Quick Add']</td>
	<td></td>
</tr>
<tr>
	<td>type</td>
	<td>subject</td>
	<td>Selenium None</td>
</tr>
<tr>
	<td>clickAndWait</td>
	<td>//input[@type='submit' and @value='Quick Add']</td>
	<td></td>
</tr>
<tr>
	<td>clickAndWait</td>
	<td>link=logout</td>
	<td></td>
</tr>

</tbody></table>
</body>
</html>