Browse Source

Add "PesterCat Ant Toolkit" to external page.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278507 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 20 years ago
parent
commit
a8642c4657
2 changed files with 63 additions and 0 deletions
  1. +41
    -0
      docs/external.html
  2. +22
    -0
      xdocs/external.xml

+ 41
- 0
docs/external.html View File

@@ -4021,6 +4021,47 @@
valign="top" align="left">
Apache Software Foundation License
</td>
</tr>
</table>
<h4 class="subsection">
<a name="PesterCat Ant Toolkit"></a>
PesterCat Ant Toolkit
</h4>
<p>PesterCat is a web testing tool that was designed to
perform functional testing for web applications. The PesterCat
Ant Toolkit contains tasks to playback test scripts and create
HTML reports.
</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 and later
</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://www.pestercat.com/">http://www.pestercat.com/</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
License:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
Commercial
</td>
</tr>
</table>
<h4 class="subsection">


+ 22
- 0
xdocs/external.xml View File

@@ -2185,6 +2185,28 @@
</table>
</subsection>

<subsection name="PesterCat Ant Toolkit">
<p>PesterCat is a web testing tool that was designed to
perform functional testing for web applications. The PesterCat
Ant Toolkit contains tasks to playback test scripts and create
HTML reports.
</p>
<table class="externals">
<tr>
<th>Compatibility:</th>
<td>Ant 1.6 and later</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://www.pestercat.com/">http://www.pestercat.com/</a></td>
</tr>
<tr>
<th>License:</th>
<td>Commercial</td>
</tr>
</table>
</subsection>

<subsection name="PMD">

<p>PMD checks Java source code for unused variables,


Loading…
Cancel
Save