You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by Dolf Smits <do...@zonnet.nl> on 2003/08/15 20:24:36 UTC

[PATCH] documentation about functional testmode

Hi,

just a extra note in the testplanhtml, about the finctional testmode only
working when outputformat is set to xml, instead of the (now) default csv.

Index: test_plan.html
===================================================================
RCS file: /home/cvspublic/jakarta-jmeter/docs/usermanual/test_plan.html,v
retrieving revision 1.28
diff -u -r1.28 test_plan.html
--- test_plan.html 20 Jun 2003 14:15:31 -0000 1.28
+++ test_plan.html 15 Aug 2003 18:21:44 -0000
@@ -94,13 +94,17 @@
   <tr><td>
     <blockquote>
                   <p >
-        The Test Plan object has a new checkbox to select called
"Functional Testing".  If selected, it
+        The Test Plan object has a new checkbox to select called
"Functional Test Mode".  If selected, it
 will cause JMeter to record the data returned from the server for each
sample.  If you have
 selected a file in your test listeners, this data will be written to file.
This can be useful if
 you are doing a small run to ensure that JMeter is configured correctly,
and that your server
 is returning the expected results.  The consequence is that the file will
grow huge quickly, and
 JMeter's performance will suffer.  This option should be off if you are
doing stress-testing (it
 is off by default).
+      </p>
+                       <p >
+        This option only works, if you choose "xml" as the option for the
parameter "jmeter.save.saveservice.output_format"
+        in the jmeter.properties file. This option has a default of csv!
       </p>
                        <p >
         If you are not recording the data to file, this option makes no
difference.


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org