Update of /cvsroot/jwebunit/jWebUnit/testcases/FormSubmissionTest
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9584/testcases/FormSubmissionTest
Added Files:
CheckboxFormWithLabels.html
Log Message:
Added test methods to check checkboxes that are only known by a text label. Not
yet implemented in JacobieDialog.
--- NEW FILE: CheckboxFormWithLabels.html ---
<html>
<head>
<title>test</title>
</head>
<body>
<form method="GET" action="TargetPage">
<p><input type="checkbox" name="chk" value="1" /> Check 1</p>
<table><tr>
<td><input type="checkbox" name="chk" value="3" /></td>
<td>Check 3</td>
</tr></table>
<p><input type="checkbox" name="chk" value="5" /><br />Check
5</p>
<p><input type="radio" name="rad" value="10" /> Radio 10</p>
<table><tr>
<td><input type="radio" name="rad" value="11" /></td>
<td>Radio 11</td>
</tr></table>
<hr />
<p>Check 20 : <input type="checkbox" name="chk" value="20"
/></p>
<input type="submit" name="button">
</form>
</body>
</html>
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Jwebunit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development