Update of /cvsroot/jwebunit/jWebUnit/testcases/WebAssertionsTest
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14169/testcases/WebAssertionsTest

Added Files:
        testPage.html 
Log Message:
migrating test cases to using jetty.  slow and painful.

--- NEW FILE: testPage.html ---
<html>
<head>
<title>testPage</title>
</head>
        <body>
                <form name="form1" method=GET action="TargetPage"><table 
summary="testTable">
                        <tr ID="row1"><td>table text</td></tr>
                        <tr><td>This is a test. This is only a test.  If this 
were an actual test....</td></tr>
                        <tr><td>table text row 3</td><td>row 3 col 1</td>
                        <a id="test_link_id" href="someurl.html">test link</a>
                        <a href="somepage.html"><img height="22" width="22" 
alt="New User" src="firstimage.gif">
                        <img src="graphic.jpg"alt="New User" /></a>
                        <input type="text" name="testInputElement" 
value="testValue"/>
                        <input type="submit" name="submitButton" 
value="buttonLabel"/>
                        <input type="checkbox" name="checkboxselected" CHECKED>
                        <input type="checkbox" name="checkboxnotselected">
                </form>
                <span id="span_id">Span Text</span>
                <span id="outer_id">Outer <span id="inner_id">Inner Text</span> 
Text</span>

                <form name="form2">
                        <table>
                                <tr>
                                        <td>
                                                <span id="outer2" >
                                                <input type="hidden" 
name="hidden" value="h" />$100,000/$300,000</span>
                                        </td>
                                </tr>
                        </table>
                </form>
                
        </body>
</html>


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Jwebunit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to