Author: antoine Date: Fri Jun 30 13:15:42 2006 New Revision: 418369 URL: http://svn.apache.org/viewvc?rev=418369&view=rev Log: message of Marc Guillemot on dev list, adding WebTest
Modified: ant/core/trunk/docs/projects.html ant/core/trunk/xdocs/projects.xml Modified: ant/core/trunk/docs/projects.html URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/projects.html?rev=418369&r1=418368&r2=418369&view=diff ============================================================================== --- ant/core/trunk/docs/projects.html (original) +++ ant/core/trunk/docs/projects.html Fri Jun 30 13:15:42 2006 @@ -1063,6 +1063,56 @@ </tr> </table> <h4 class="subsection"> + <a name="WebTest"></a> + WebTest + </h4> + <p>WebTest is a free open source tool for automated testing of web applications. + It is a set of powerful Ant tasks allowing to call web pages, mimic user actions + (clicking links, filling forms, ...) and verify the results. + The generated reports give comprehensive information on success and failure of the test steps.</p> + <table class="externals" cellspacing="1" cellpadding="4"> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + Compatibility: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + Ant 1.6.5 + </td> + </tr> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + URL: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + <a href="http://webtest.canoo.com/">http://webtest.canoo.com/</a> + </td> + </tr> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + Contact: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + <a href="http://lists.canoo.com/mailman/listinfo/webtest/">project mailing list</a> + </td> + </tr> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + License: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + Apache like license + </td> + </tr> + </table> + <h4 class="subsection"> <a name="XML Publication"></a> XML Publication </h4> Modified: ant/core/trunk/xdocs/projects.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/xdocs/projects.xml?rev=418369&r1=418368&r2=418369&view=diff ============================================================================== --- ant/core/trunk/xdocs/projects.xml (original) +++ ant/core/trunk/xdocs/projects.xml Fri Jun 30 13:15:42 2006 @@ -528,6 +528,33 @@ </table> </subsection> + <subsection name="WebTest"> + + <p>WebTest is a free open source tool for automated testing of web applications. + It is a set of powerful Ant tasks allowing to call web pages, mimic user actions + (clicking links, filling forms, ...) and verify the results. + The generated reports give comprehensive information on success and failure of the test steps.</p> + + <table class="externals"> + <tr> + <th>Compatibility:</th> + <td>Ant 1.6.5</td> + </tr> + <tr> + <th>URL:</th> + <td><a href="http://webtest.canoo.com/">http://webtest.canoo.com/</a></td> + </tr> + <tr> + <th>Contact:</th> + <td><a href="http://lists.canoo.com/mailman/listinfo/webtest/">project mailing list</a></td> + </tr> + <tr> + <th>License:</th> + <td>Apache like license</td> + </tr> + </table> + </subsection> + <subsection name="XML Publication"> <p>XML Publication is a set of tools to generate Web pages --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]