You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2007/02/23 16:28:59 UTC

svn commit: r510980 - /lenya/docu/src/documentation/content/xdocs/docs/1_4/tutorials/tests.xml

Author: andreas
Date: Fri Feb 23 07:28:59 2007
New Revision: 510980

URL: http://svn.apache.org/viewvc?view=rev&rev=510980
Log:
Added docs about Canoo web tests

Modified:
    lenya/docu/src/documentation/content/xdocs/docs/1_4/tutorials/tests.xml

Modified: lenya/docu/src/documentation/content/xdocs/docs/1_4/tutorials/tests.xml
URL: http://svn.apache.org/viewvc/lenya/docu/src/documentation/content/xdocs/docs/1_4/tutorials/tests.xml?view=diff&rev=510980&r1=510979&r2=510980
==============================================================================
--- lenya/docu/src/documentation/content/xdocs/docs/1_4/tutorials/tests.xml (original)
+++ lenya/docu/src/documentation/content/xdocs/docs/1_4/tutorials/tests.xml Fri Feb 23 07:28:59 2007
@@ -166,5 +166,32 @@
 }]]></source>
     </section>
     
+    <section>
+      <title>Canoo WebTests</title>
+      
+      <p>
+        <a href="http://webtest.canoo.com/webtest/manual/WebTestHome.html">Canoo WebTest</a>
+        is an open source tool for automated testing of web applications.
+        You can add web test files to modules. To run the web tests, follow these steps: 
+      </p>
+      
+      <ol>
+        <li>Download the Canoo WebTest binary distribution from their
+          <a href="http://webtest.canoo.com/webtest/manual/Downloads.html">download page</a>.</li>
+        <li>Configure your Canoo WebTest home directory in <code>local.build.properties</code>:
+<source xml:space="preserve"><![CDATA[
+#------------------------------------------------------------------------------------
+# Home directory of Canoo WebTest installation
+
+webtest.home=/usr/local/canoo-webtest
+]]></source>
+          </li>
+          <li>Run the tests:
+            <source xml:space="preserve"><![CDATA[> ./build.sh modules.test.canoo]]></source>
+          </li>
+      </ol>
+      
+    </section>
+    
   </body>
 </document>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org