Show index.xml syntax highlighted
<?xml version="1.0"?>
<document>
<properties>
<author email="engrean.AT.hotmail.DOT.com">Christian Hargraves</author>
<title>Jameleon - HtmlUnit-Plugin - Overview</title>
</properties>
<meta name="keyword" content="jameleon, htmlunit, web testing, automated testing"/>
<body>
<section name="Introduction">
<p>
The HtmlUnit Plug-in uses HtmlUnit to execute the test cases. HtmlUnit is known to support JavaScript very well.
Please see the <a href="http://htmlunit.sourceforge.net">HtmlUnit site</a> for more information on what HtmlUnit can do.
</p>
<p>
This plug-in is a work in progress. Please feel free to submit feature requests and report any bugs you may find.
</p>
</section>
<section name="Features">
<p>
<ul>
<li>Full access to the DOM</li>
<li>Full <a href="http://www.w3.org/TR/xpath">XPath</a> support for identifying elements on a HTML
page or for performing validations. See <a href="http://www.w3schools.com/xpath/default.asp">W3 School Tutorial</a>
if you don't know what XPath is.</li>
<li>Full support of JavaScript</li>
<li>Rich set of XML tags for writing test scripts without having to implement java classes</li>
<li>It's free and you even get the source!</li>
</ul>
</p>
</section>
<section name="To Do">
<p>
All of the TODO items are all supported by HtmlUnit and can be implemented in custom tags. The following
TODO items are in regards to adding general support to the plug-in:
<ul>
<li>Add support for saving a snapshot for every page accessed.</li>
<li>Add Support for dialog windows.</li>
<li>Add Support for frames.</li>
</ul>
</p>
</section>
</body>
</document>
See more files for this project here