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 se...@apache.org on 2009/03/13 15:56:26 UTC

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

Author: sebb
Date: Fri Mar 13 14:56:25 2009
New Revision: 753290

URL: http://svn.apache.org/viewvc?rev=753290&view=rev
Log:
More explanation of UDVs

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

Modified: jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=753290&r1=753289&r2=753290&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml Fri Mar 13 14:56:25 2009
@@ -2876,8 +2876,12 @@
 
 <component name="User Defined Variables" index="&sect-num;.4.13"  width="690" height="394" screenshot="user_defined_variables.png">
 <description><p>The User Defined Variables lets you define an initial set of variables, just as in the <complink name="Test Plan" />.
+<b>
 Note that all the UDV elements in a test plan - no matter where they are - are processed at the start.
-They are processed in the order they appear in the Plan, from top to bottom.
+So you cannot reference variables which are defined as part of a test run, e.g. in a Post-Processor.
+</b>
+For defining variables during a test run, see <complink name="User Parameters"/>.
+UDVs are processed in the order they appear in the Plan, from top to bottom.
 </p>
 <p>
 For simplicity, it is suggested that UDVs are placed only at the start of a Thread Group
@@ -2896,7 +2900,7 @@
 <note>
 If you have more than one Thread Group, make sure you use different names for different values, as UDVs are shared between Thread Groups.
 Also, the variables are not available for use until after the element has been processed, 
-so you cannot use variables that are defined in the same element.
+so you cannot re-use variables that are defined in the same element.
 You can reference variables defined in earlier UDVs or on the Test Plan. 
 </note>
 <properties>



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