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/03/07 15:10:26 UTC

svn commit: r1664850 - /jmeter/trunk/xdocs/usermanual/best-practices.xml

Author: pmouawad
Date: Sat Mar  7 14:10:26 2015
New Revision: 1664850

URL: http://svn.apache.org/r1664850
Log:
Add a section on jmeter properties management

Modified:
    jmeter/trunk/xdocs/usermanual/best-practices.xml

Modified: jmeter/trunk/xdocs/usermanual/best-practices.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/best-practices.xml?rev=1664850&r1=1664849&r2=1664850&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/best-practices.xml (original)
+++ jmeter/trunk/xdocs/usermanual/best-practices.xml Sat Mar  7 14:10:26 2015
@@ -397,5 +397,12 @@ If the value is not known until the test
 </p>
 </section>
 
+<section name="&sect-num;.14 Managing properties" anchor="properties">
+<p>When you need to modify jmeter properties, ensure you don't modify jmeter.properties file, <b>instead copy the property from jmeter.properties and modify its value in user.properties file</b>.<br/>
+Doing so will ease you migration to the next version of JMeter. <br/>
+Note that in the documentation jmeter.properties is frequently mentioned but this should be understood as "Copy from jmeter.properties to user.properties the property you want to modify and do so in the latter file".</p>
+<note>user.properties file superseeds the properties defined in jmeter.properties</note>
+</section>
+
 </body>
 </document>