[Yanel-commits] rev 42337 - public/yanel/trunk/src/realms/yanel-website/content/documentation/testing-framework

michi at wyona.com michi at wyona.com
Thu Apr 9 15:20:56 CEST 2009


Author: michi
Date: 2009-04-09 15:20:55 +0200 (Thu, 09 Apr 2009)
New Revision: 42337

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/documentation/testing-framework/en.xhtml
Log:
note about canoo web-tests added

Modified: public/yanel/trunk/src/realms/yanel-website/content/documentation/testing-framework/en.xhtml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/documentation/testing-framework/en.xhtml	2009-04-09 12:09:10 UTC (rev 42336)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation/testing-framework/en.xhtml	2009-04-09 13:20:55 UTC (rev 42337)
@@ -13,10 +13,11 @@
 <div class="instructions">
 <h1>Testing Framework</h1>
 <h3>General information</h3>
-There are two kinds of tests:
+There are different kind of tests:
 <ul>
 <li>junit:    used to test specific functionality of certain java components/classes see <a href="http://junit.org/">http://junit.org/</a></li>
 <li>htmlunit: used to test the web pages (simulating user interaction) see <a href="http://htmlunit.sourceforge.net/">http://htmlunit.sourceforge.net/</a></li>
+<li>canoo: used to test the web pages (simulating user interaction) see <a href="http://webtest.canoo.com/">http://webtest.canoo.com</a></li>
 </ul>
 
 <h3>How to run the tests</h3>
@@ -42,6 +43,17 @@
 </pre>
 </p>
 
+<p>
+Some Canoo web-tests are located at
+
+<pre>
+src/realms/use-cases/yanel/src/test/canoo/
+src/realms/yanel-website/src/test/canoo/
+</pre>
+
+See the README.txt files within these directories in order to run the Canoo web-tests.
+</p>
+
 <h3>How to write tests</h3>
 <p>
 Where to place core tests:
@@ -68,7 +80,7 @@
 Have a look at the existing tests to see how it works, e.g. in the xml resource.
 </p>
 <p>
-You can find more example htmlunit tests at: <a href="http://svn.wyona.com/repos/public/lenya/htmlunit/">http://svn.wyona.com/repos/public/lenya/htmlunit/</a> Username:anonymous Password: anonymous.<br/>
+You can find more example htmlunit tests at: <a href="http://svn.wyona.com/repos/public/lenya/htmlunit/">http://svn.wyona.com/repos/public/lenya/htmlunit/</a> (Username:anonymous Password: anonymous).<br/>
 </p>
 </div>
 </body>



More information about the Yanel-commits mailing list