You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jakarta.apache.org by se...@apache.org on 2010/09/23 23:53:59 UTC

svn commit: r1000646 - /jakarta/jmeter/trunk/xdocs/usermanual/functions.xml

Author: sebb
Date: Thu Sep 23 21:53:58 2010
New Revision: 1000646

URL: http://svn.apache.org/viewvc?rev=1000646&view=rev
Log:
Clarify behaviour of SampleName function

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

Modified: jakarta/jmeter/trunk/xdocs/usermanual/functions.xml
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/functions.xml?rev=1000646&r1=1000645&r2=1000646&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/usermanual/functions.xml (original)
+++ jakarta/jmeter/trunk/xdocs/usermanual/functions.xml Thu Sep 23 21:53:58 2010
@@ -1122,10 +1122,14 @@ A reference name - refName - for reusing
     <p>
     The samplerName function returns the name (i.e. label) of the current sampler.
     </p>
-    <note>
-    The function does not work on the Test Plan or in Configuration elements
-    as these don't have an associated sampler. 
-    </note>
+    <p>
+    The function does not work in Test elements that don't have an associated sampler.
+    For example the Test Plan. 
+    Configuration elements also don't have an associated sampler.
+    However some Configuration elements are referenced directly by samplers, such as the HTTP Header Manager
+    and Http Cookie Manager, and in this case the functions are resolved in the context of the Http Sampler.
+    Pre-Processors, Post-Processors and Assertions always have an associated Sampler.
+    </p>
 </description>
 
 <properties>



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