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 2006/05/22 02:09:26 UTC

svn commit: r408535 - /jakarta/jmeter/branches/rel-2-1/xdocs/usermanual/component_reference.xml

Author: sebb
Date: Sun May 21 17:09:26 2006
New Revision: 408535

URL: http://svn.apache.org/viewvc?rev=408535&view=rev
Log:
Clarify Test Action behaviour

Modified:
    jakarta/jmeter/branches/rel-2-1/xdocs/usermanual/component_reference.xml

Modified: jakarta/jmeter/branches/rel-2-1/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-1/xdocs/usermanual/component_reference.xml?rev=408535&r1=408534&r2=408535&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-1/xdocs/usermanual/component_reference.xml (original)
+++ jakarta/jmeter/branches/rel-2-1/xdocs/usermanual/component_reference.xml Sun May 21 17:09:26 2006
@@ -925,13 +925,14 @@
 <component name="Test Action" index="&sect-num;.1.18" screenshot="test_action.png">
 <description>
 The Test Action sampler is a sampler that is intended for use in a conditional controller.
-Rather than generate a sample, the test element pauses or stops the selected target.
-<p>This sampler can be useful in conjunction with the Transaction Controller, as it allows
-pauses to be included without needing to generate a sample.</p>
+Rather than generate a sample, the test element eithers pauses - or stops the selected target.
+<p>This sampler can also be useful in conjunction with the Transaction Controller, as it allows
+pauses to be included without needing to generate a sample. 
+For variable delays, set the pause time to zero, and add a Timer as a child.</p>
 </description>
 <properties>
   <property name="Name" required="">Descriptive name for this element that is shown in the tree.</property>
-  <property name="Target" required="Yes">Current Thread / All Threads</property>
+  <property name="Target" required="Yes">Current Thread / All Threads (ignored for Pause)</property>
   <property name="Action" required="Yes">Pause / Stop</property>
   <property name="Duration" required="Yes">How long to pause for (milliseconds)</property>
 </properties>



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