Revision: 480
Author: henryju
Date: 2006-06-11 07:34:41 -0700 (Sun, 11 Jun 2006)
ViewCVS: http://svn.sourceforge.net/jwebunit/?rev=480&view=rev
Log Message:
-----------
Add Selenium to available plugins.
Fix links.
Modified Paths:
--------------
trunk/src/site/xdoc/index.xml
Modified: trunk/src/site/xdoc/index.xml
===================================================================
--- trunk/src/site/xdoc/index.xml 2006-06-09 09:45:22 UTC (rev 479)
+++ trunk/src/site/xdoc/index.xml 2006-06-11 14:34:41 UTC (rev 480)
@@ -13,7 +13,8 @@
<p>
jWebUnit is a Java framework that facilitates creation of acceptance
tests for web applications. It
evolved from a project where we were using <a
href="http://www.junit.org">JUnit</a> to create acceptance tests.
- Also, we have different testing engines: <a
href="httpunit-plugin/index.html">HttpUnit</a>, <a
href="htmlunit-plugin/index.html">HtmlUnit</a> and <a
href="jacobie-plugin/index.html">Jacobie</a>.
+ Also, we have different testing engines: <a
href="jwebunit-httpunit-plugin/index.html">HttpUnit</a>, <a
href="jwebunit-htmlunit-plugin/index.html">HtmlUnit</a>, <a
href="jwebunit-jacobie-plugin/index.html">Jacobie</a>
+ and <a href="jwebunit-selenium-plugin/index.html">Selenium</a>.
As the tests were being written, they were continuously refactored to
remove duplication and other bad smells in the test
code. jWebUnit is the result of these refactorings.
</p>
@@ -25,7 +26,7 @@
via links, form entry and submission, validation of table contents,
and other
typical business web application features. This code try to stay
independent of the libraries behind
the scenes. The simple navigation methods and ready-to-use assertions
allow for
- more rapid test creation than using only JUnit and
HttpUnit/HtmlUnit/Jacobie. And if you want to switch
+ more rapid test creation than using only JUnit and
HttpUnit/HtmlUnit/Jacobie/Selenium. And if you want to switch
from HttpUnit to HtmlUnit, no need to rewrite your tests.
</p>
<img src="images/jwebunit-architecture.png" alt="JWebUnit architecture"/>
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Jwebunit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development