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/03/31 20:03:45 UTC

svn commit: r390468 - /jakarta/jmeter/branches/rel-2-1/xdocs/usermanual/test_plan.xml

Author: sebb
Date: Fri Mar 31 10:03:42 2006
New Revision: 390468

URL: http://svn.apache.org/viewcvs?rev=390468&view=rev
Log:
Document execution order

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

Modified: jakarta/jmeter/branches/rel-2-1/xdocs/usermanual/test_plan.xml
URL: http://svn.apache.org/viewcvs/jakarta/jmeter/branches/rel-2-1/xdocs/usermanual/test_plan.xml?rev=390468&r1=390467&r2=390468&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-1/xdocs/usermanual/test_plan.xml (original)
+++ jakarta/jmeter/branches/rel-2-1/xdocs/usermanual/test_plan.xml Fri Mar 31 10:03:42 2006
@@ -287,6 +287,17 @@
 <p>A Post-Processor executes some action after a Sampler Request has been made.  If a Post-Processor is attached to a Sampler element, then it will execute just after that sampler element runs.  A Post-Processor is most often used to process the response data, often to extract values from it.  See the <scope>scoping rules</scope> for more details on when Pre-Processors are executed.</p>
 </subsection>
 
+<subsection name="4.9 Execution order" anchor="executionorder">
+<ol>
+<li>Timers - if any</li>
+<li>Sampler</li>
+<li>Post-Processors (unless SampleResult is null)</li>
+<li>Assertions (unless SampleResult is null)</li>
+<li>Listeners (unless SampleResult is null)</li>
+</ol>
+
+</subsection>
+
 </section>
 
 </body>



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