Author: sebb Date: Fri Oct 10 09:44:23 2008 New Revision: 703520 URL: http://svn.apache.org/viewvc?rev=703520&view=rev Log: Update screnshots and add some detail on assertion scope
Added: jakarta/jmeter/trunk/docs/images/screenshots/assertion/assertionscope.png (with props) jakarta/jmeter/trunk/xdocs/images/screenshots/assertion/assertionscope.png (with props) Modified: jakarta/jmeter/trunk/docs/images/screenshots/assertion/assertion.png jakarta/jmeter/trunk/docs/images/screenshots/duration_assertion.png jakarta/jmeter/trunk/xdocs/images/screenshots/assertion/assertion.png jakarta/jmeter/trunk/xdocs/images/screenshots/duration_assertion.png jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml Modified: jakarta/jmeter/trunk/docs/images/screenshots/assertion/assertion.png URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/images/screenshots/assertion/assertion.png?rev=703520&r1=703519&r2=703520&view=diff ============================================================================== Binary files - no diff available. Added: jakarta/jmeter/trunk/docs/images/screenshots/assertion/assertionscope.png URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/images/screenshots/assertion/assertionscope.png?rev=703520&view=auto ============================================================================== Binary file - no diff available. Propchange: jakarta/jmeter/trunk/docs/images/screenshots/assertion/assertionscope.png ------------------------------------------------------------------------------ svn:mime-type = image/png Modified: jakarta/jmeter/trunk/docs/images/screenshots/duration_assertion.png URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/images/screenshots/duration_assertion.png?rev=703520&r1=703519&r2=703520&view=diff ============================================================================== Binary files - no diff available. Modified: jakarta/jmeter/trunk/xdocs/images/screenshots/assertion/assertion.png URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/images/screenshots/assertion/assertion.png?rev=703520&r1=703519&r2=703520&view=diff ============================================================================== Binary files - no diff available. Added: jakarta/jmeter/trunk/xdocs/images/screenshots/assertion/assertionscope.png URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/images/screenshots/assertion/assertionscope.png?rev=703520&view=auto ============================================================================== Binary file - no diff available. Propchange: jakarta/jmeter/trunk/xdocs/images/screenshots/assertion/assertionscope.png ------------------------------------------------------------------------------ svn:mime-type = image/png Modified: jakarta/jmeter/trunk/xdocs/images/screenshots/duration_assertion.png URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/images/screenshots/duration_assertion.png?rev=703520&r1=703519&r2=703520&view=diff ============================================================================== Binary files - no diff available. Modified: jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=703520&r1=703519&r2=703520&view=diff ============================================================================== --- jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml (original) +++ jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml Fri Oct 10 09:44:23 2008 @@ -2845,12 +2845,21 @@ <code>prev.getSubResults()</code> which returns an array of SampleResults. The array will be empty if there are none. </p> + <p> + Versions of JMeter after 2.3.2 include the option to apply certain assertions + to either the main sample, the sub-samples or both. + The default is to apply the assertion to the main sample only. + If the Assertion supports this option, then there will be an entry on the GUI which looks like the following: + <figure width="533" height="55" image="assertion/assertionscope.png">Assertion Scope</figure> + If a sub-sampler fails and the main sample is successful, + then the main sample will be set to failed status and an Assertion Result will be added. + </p> <note> The variable <b>JMeterThread.last_sample_ok</b> is set to "true" or "false" after all assertions for a sampler have been run. </note> </description> -<component name="Response Assertion" index="§-num;.5.1" anchor="basic_assertion" width="762" height="374" screenshot="assertion/assertion.png"> +<component name="Response Assertion" index="§-num;.5.1" anchor="basic_assertion" width="761" height="422" screenshot="assertion/assertion.png"> <description><p>The response assertion control panel lets you add pattern strings to be compared against various fields of the response. @@ -2944,7 +2953,7 @@ </component> -<component name="Duration Assertion" index="§-num;.5.2" width="391" height="147" screenshot="duration_assertion.png"> +<component name="Duration Assertion" index="§-num;.5.2" width="535" height="200" screenshot="duration_assertion.png"> <description><p>The Duration Assertion tests that each response was received within a given amount of time. Any response that takes longer than the given number of milliseconds (specified by the user) is marked as a failed response.</p></description> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]