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 2017/11/08 20:29:43 UTC

svn commit: r1814636 - in /jmeter/trunk/xdocs: changes.xml usermanual/properties_reference.xml

Author: pmouawad
Date: Wed Nov  8 20:29:42 2017
New Revision: 1814636

URL: http://svn.apache.org/viewvc?rev=1814636&view=rev
Log:
Bug 61731 - Enhance Test plan Backup with option to save before run
Add documentation in properties and mention breaking change
Bugzilla Id: 61731

Modified:
    jmeter/trunk/xdocs/changes.xml
    jmeter/trunk/xdocs/usermanual/properties_reference.xml

Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1814636&r1=1814635&r2=1814636&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml [utf-8] (original)
+++ jmeter/trunk/xdocs/changes.xml [utf-8] Wed Nov  8 20:29:42 2017
@@ -80,6 +80,7 @@ Summary
     <li><code>tearDown Thread Group</code> will now run on stop and shutdown of a test by default. If you don't want this behaviour, 
     uncheck <code>Run tearDown Thread Groups after shutdown of main threads</code> on <code>Test Plan</code> element, see <bugzilla>61656</bugzilla></li>
     <li>Properties <code>sampleresult.getbytes.headers_size</code> and <code>sampleresult.getbytes.body_real_size</code> have been dropped, see <bugzilla>61587</bugzilla></li>
+    <li>JMeter will now save your test plan whenever you run it. This behaviour can be controlled by property <code>save_automatically_before_run</code></li>
 </ul>
 <!-- =================== Improvements =================== -->
 

Modified: jmeter/trunk/xdocs/usermanual/properties_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/properties_reference.xml?rev=1814636&r1=1814635&r2=1814636&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/properties_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/properties_reference.xml Wed Nov  8 20:29:42 2017
@@ -270,6 +270,11 @@ gui.quick_9=ViewResultsFullVisualizer
     is set to a non zero value).<br/>
     Defaults to: <code>10</code>
 </property>
+<property name="save_automatically_before_run">
+Enable auto saving of the .jmx file before start run a test plan<br/>
+When enabled, before the run, the .jmx will be saved and also backed up to the directory pointed.<br/>
+Defaults to: <code>true</code>
+</property>
 </properties>
 </section>
 <section name="&sect-num;.7 Remote hosts and RMI configuration" anchor="remote">