dion 02/01/29 22:04:13
Modified: latka/doc users-guide.xml
Log:
Added more detail on running Latka from the command prompt
Revision Changes Path
1.4 +21 -7 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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- users-guide.xml 27 Jan 2002 20:52:08 -0000 1.3
+++ users-guide.xml 30 Jan 2002 06:04:13 -0000 1.4
@@ -4,13 +4,13 @@
<!--
Author: dIon Gillard
- Version: $Id: users-guide.xml,v 1.3 2002/01/27 20:52:08 dion Exp $
+ Version: $Id: users-guide.xml,v 1.4 2002/01/30 06:04:13 dion Exp $
-->
<chapter id="users-guide">
<title>Latka User's Guide</title>
<!-- taken directly from index.xml -->
- <section>
+ <section id="introduction">
<title>What is <firstterm>Latka</firstterm></title>
<para>Latka is a functional (end-to-end) testing tool. It is implemented
in Java, and uses an XML syntax to define a series of HTTP (or HTTPS)
@@ -31,7 +31,7 @@
</para>
</section>
- <section>
+ <section id="run-latka">
<title>Running Latka</title>
<para>A Latka test suite can be run:
<itemizedlist>
@@ -42,7 +42,7 @@
<remark>How about an ant task?</remark>
</para>
- <section>
+ <section id="run-latka-cmd">
<title>Running Latka from the command prompt</title>
<para>There are two scripts (or batch files) shipped with latka:
<orderedlist>
@@ -58,13 +58,21 @@
<programlisting>http://jakarta.apache.org/commons/latka/TestCommonsWebsite.xml</programlisting>
</para>
</listitem>
- <listitem><para></para></listitem>
+ <listitem>
+ <para>Optionally properties files of Latka options
+can be specified using: <programlisting>propfile:file_name</programlisting>
+parameter</para></listitem>
+ <listitem>
+ <para>Optionally individual Latka options may be specified
+using: <programlisting></programlisting>
+ </para>
+ </listitem>
</orderedlist>
</section>
</section>
- <section>
- <title>Anatomy of a test suite</title>
+ <section id="test-suite">
+ <title>Anatomy of a test suite (Under Construction)</title>
<para>For a <emphasis>reference</emphasis> of the XML tags that can
possibly be used in developing latka test suites, see
@@ -73,6 +81,12 @@
<para>A Latka test suite is an XML document with a top level element
of <firstterm>suite</firstterm></para>
+ </section>
+
+ <section id="properties">
+ <title>Latka Properties (Under Construction)</title>
+
+ <para>Definitive list of properties and their meanings...</para>
</section>
</chapter>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>