stas 2003/04/21 22:16:41
Modified: perl-framework/Apache-Test README
Log:
- update the documentation pointer section
- a few other tweaks
Revision Changes Path
1.29 +34 -12 httpd-test/perl-framework/Apache-Test/README
Index: README
===================================================================
RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/README,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- README 20 May 2002 05:09:06 -0000 1.28
+++ README 22 Apr 2003 05:16:40 -0000 1.29
@@ -1,17 +1,32 @@
-this is the test kit for mod_perl-2.0
+#########
+# About #
+#########
-it is designed to be usable to for testing an Apache server with any
-configuration (including mod_perl-1.xx), with or without mod_perl.
+Apache::Test is a test toolkit for testing an Apache server with any
+configuration. It works with Apache 1.3 and Apache 2.0 and any of its
+modules, including mod_perl 1.0 and 2.0. It was originally developed
+for testing mod_perl 2.0.
-see Makefile.PL for howto enable 'make test'
+#################
+# Documentation #
+#################
-see t/TEST as an example test harness
+For an extensive documentation see the tutorial:
+
+ http://perl.apache.org/docs/general/testing/testing.html
+
+and the documentation of the specific Apache::Test modules, which can
+be read using 'perldoc', for example:
+
+ % perldoc Apache::TestUtil
+
+##############
+# Cheat List #
+##############
-For an extensive documentation see
-modperl-2.0/docs/devel/testing/testing.pod
- or
-http://cvs.apache.org/viewcvs.cgi/modperl-docs/src/docs/2.0/devel/testing/testing.pod
+see Makefile.PL for howto enable 'make test'
+see t/TEST as an example test harness
see t/*.t for example tests
@@ -27,7 +42,11 @@
if the file t/conf/modperl_extra.pl exists, it will be included by
httpd.conf as a mod_perl file (PerlRequire)
-------------------------------------------------------------------------
+
+
+##################
+# Handy examples #
+##################
some examples of what i find handy:
see TEST -help for more options
@@ -146,8 +165,11 @@
run all tests through mod_proxy
% t/TEST -proxy
-----------------------------------------------------------------------
-Stress testing:
+
+
+##################
+# Stress testing #
+##################
run all tests 10 times in a random order (the seed is autogenerated
and reported)
|