Update of /cvsroot/jwebunit//jWebUnit/xdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23052/xdocs

Modified Files:
        installation.xml navigation.xml index.xml 
Log Message:
adding jacobie info on the document website.

Index: index.xml
===================================================================
RCS file: /cvsroot/jwebunit//jWebUnit/xdocs/index.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** index.xml   23 Aug 2004 20:51:08 -0000      1.2
--- index.xml   22 Aug 2005 18:48:30 -0000      1.3
***************
*** 13,22 ****
      <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://httpunit.sourceforge.net/";>HttpUnit</a> 
!         and <a href="http://www.junit.org";>JUnit</a> to create acceptance 
tests. 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>
  </section>
  <section name="What does jWebUnit provide?">
      <p>
--- 13,31 ----
      <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 two testing engines <a 
href="http://httpunit.sourceforge.net/";>HttpUnit</a> and <a 
href="http://jacobie.sourceforge.net/";>Jacobie</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>
  </section>
+ <section name="Now integrated with Jacobie (testing engine)!!!!">
+     <p>
+         jWebUnit is a pround to finally announce the new feature of testing 
engines within jWebUnit.  The traditional
+         testing engine is httpunit.  The second testing engine is jacobie.  
Jacobie is a java-based internet explorer
+         wrapper.  This will allow you to use the same code or test scripts 
and visually run the tests.  Plus, if you
+         run the tests in debug, you can pause (breakpoint), and then add 
other information into the form, etc.  We
+         hope you enjoy this new feature after about a year of work, it has 
finally came to reality.
+     </p>
+ </section>
  <section name="What does jWebUnit provide?">
      <p>

Index: navigation.xml
===================================================================
RCS file: /cvsroot/jwebunit//jWebUnit/xdocs/navigation.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** navigation.xml      13 Jun 2004 19:00:34 -0000      1.5
--- navigation.xml      22 Aug 2005 18:48:30 -0000      1.6
***************
*** 7,10 ****
--- 7,11 ----
                    <item name="Maven" href="http://maven.apache.org"/>
                    <item name="HTTPUnit" 
href="http://httpunit.sourceforge.net"/>
+                   <item name="Jacobie" href="http://jacobie.sourceforge.net"/>
                </links>                                    
            <menu name="jWebUnit">

Index: installation.xml
===================================================================
RCS file: /cvsroot/jwebunit//jWebUnit/xdocs/installation.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** installation.xml    11 Jun 2004 02:22:17 -0000      1.3
--- installation.xml    22 Aug 2005 18:48:30 -0000      1.4
***************
*** 26,29 ****
--- 26,42 ----
        </subsection>
  </section>
+ <section name="jacobie Installation">
+       <subsection name="Quick Install for Jacobie Testing Engine">
+               <p>
+                       1) Locate the jacob.dll from the installdir\dll 
directory.  Either place this dll in your PATH system variable
+                       or just drop it into the windows system32 directory.
+               </p>
+               <p>
+                       2) Thats it for installation.  Now, just determine how 
you want to run the code, via command line, etc.  You should be able to run the 
unit tests with no modifcations.
+                       I run the unit tests while running code via the eclipse 
Run As -> Junit Test.
+               </p>
+       </subsection>
+ </section>
+ 
  <section name="Dependencies">
  <p>
***************
*** 42,45 ****
--- 55,62 ----
          </tr>
          <tr>
+             <td><a 
href="http://sourceforge.net/projects/jacobie";>Jacobie</a></td>
+             <td>Java library for the automating Internet Explorer and testing 
of web applications.</td>
+         </tr>
+         <tr>
              <td><a href="http://www.mozilla.org/rhino/";>Rhino</a></td>
              <td>Javascript implementation in Java used by httpunit. Only 
needed if javascript in target application must be tested.</td>



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Jwebunit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to