dion 02/01/27 12:52:08
Modified: latka/doc users-guide.xml
Log:
more detail
Revision Changes Path
1.3 +14 -10 jakarta-commons/latka/doc/users-guide.xml
Index: users-guide.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/latka/doc/users-guide.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- users-guide.xml 27 Jan 2002 14:43:32 -0000 1.2
+++ users-guide.xml 27 Jan 2002 20:52:08 -0000 1.3
@@ -4,7 +4,7 @@
<!--
Author: dIon Gillard
- Version: $Id: users-guide.xml,v 1.2 2002/01/27 14:43:32 dion Exp $
+ Version: $Id: users-guide.xml,v 1.3 2002/01/27 20:52:08 dion Exp $
-->
<chapter id="users-guide">
@@ -44,31 +44,35 @@
<section>
<title>Running Latka from the command prompt</title>
- <para>There are two scripts (or batch files) shipped with latka:</para>
+ <para>There are two scripts (or batch files) shipped with latka:
<orderedlist>
<listitem><para>latka.bat - for Windows machines</para></listitem>
<listitem><para>latka.sh - for Unix machines</para></listitem>
</orderedlist>
+ </para>
<para>Both of the scripts take the following parameters: </para>
<orderedlist>
<listitem>
<para>a test suite URL, e.g.
- <programlisting>
- file:./TestCommonsWebsite.xml
- </programlisting>
- or
- <programlisting>
-
http://jakarta.apache.org/commons/latka/TestCommonsWebsite.xml
- </programlisting>
+<programlisting>file:./TestCommonsWebsite.xml</programlisting> or
+<programlisting>http://jakarta.apache.org/commons/latka/TestCommonsWebsite.xml</programlisting>
</para>
</listitem>
+ <listitem><para></para></listitem>
</orderedlist>
</section>
</section>
<section>
<title>Anatomy of a test suite</title>
- <para>A Latka test suite is an XML document</para>
+
+ <para>For a <emphasis>reference</emphasis> of the XML tags that can
+possibly be used in developing latka test suites, see
+<ulink url="http://jakarta.apache.org/commons/latka/xml-reference.html">The
+XML Reference</ulink></para>
+
+ <para>A Latka test suite is an XML document with a top level element
+of <firstterm>suite</firstterm></para>
</section>
</chapter>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>