You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2015/02/28 15:24:02 UTC

svn commit: r1662943 - /jmeter/trunk/xdocs/usermanual/component_reference.xml

Author: pmouawad
Date: Sat Feb 28 14:24:01 2015
New Revision: 1662943

URL: http://svn.apache.org/r1662943
Log:
Fix Workbench documentation

Modified:
    jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1662943&r1=1662942&r2=1662943&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Sat Feb 28 14:24:01 2015
@@ -5838,19 +5838,19 @@ JMeter does not interrupt samplers which
 <component name="WorkBench" index="&sect-num;.9.3"  width="384" height="103" screenshot="workbench.png">
 <description>
 <p>The WorkBench simply provides a place to temporarily store test elements while not in use, for copy/paste purposes, or any other purpose you desire. 
-When you save your test plan, WorkBench items are not saved with it. 
+When you save your test plan, WorkBench items are not saved with it by default unless you check "Save Workbench" option.
 Your WorkBench can be saved independently, if you like (right-click on WorkBench and choose Save).</p>
 <p>Certain test elements are only available on the WorkBench:</p>
-<properties>
-         <property name="Save WorkBench" required="No">
-                Allow to save the WorkBench's elements into the JMX file.
-        </property>
-</properties>
 <ul>
 <li><complink name="HTTP(S) Test Script Recorder"/></li>
 <li><complink name="HTTP Mirror Server"/></li>
 <li><complink name="Property Display"/></li>
 </ul>
+<properties>
+         <property name="Save WorkBench" required="No">
+                Allow to save the WorkBench's elements into the JMX file.
+        </property>
+</properties>
 </description>
 </component>