Author: sebb
Date: Tue Feb  3 01:59:04 2009
New Revision: 740189

URL: http://svn.apache.org/viewvc?rev=740189&view=rev
Log:
Post-Processors run before Assertions

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=740189&r1=740188&r2=740189&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml Tue Feb  3 
01:59:04 2009
@@ -3757,6 +3757,12 @@
        <code>prev.getSubResults()</code> which returns an array of 
SampleResults.
        The array will be empty if there are none.
        </p>
+       <p>
+       Post-Processors are run before Assertions, so they do not have access 
to any Assertion Results, nor will
+       the sample status reflect the results of any Assertions. If you require 
access to Assertion Results, try
+       using a Listener instead. Also note that the variable 
JMeterThread.last_sample_ok is set to "true" or "false"
+       after all Assertions have been run.
+       </p>
        </description>
 <component name="Regular Expression Extractor" index="&sect-num;.8.1"  
width="618" height="256" screenshot="regex_extractor.png">
 <description><p>Allows the user to extract values from a server response using 
a Perl-type regular expression.  As a post-processor,



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

Reply via email to