Browse Source

message of Marc Guillemot on dev list, adding WebTest

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@418369 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 19 years ago
parent
commit
58763ac857
2 changed files with 77 additions and 0 deletions
  1. +50
    -0
      docs/projects.html
  2. +27
    -0
      xdocs/projects.xml

+ 50
- 0
docs/projects.html View File

@@ -1060,6 +1060,56 @@
valign="top" align="left">
LGPL
</td>
</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">


+ 27
- 0
xdocs/projects.xml View File

@@ -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


Loading…
Cancel
Save