mstover1 2003/08/03 11:20:30 Modified: xdocs/usermanual build-test-plan.xml Log: Fixed problem with URL rewriter and clearing of previous test results Updated documentation errors Updated JMeter Ant task Revision Changes Path 1.12 +5 -2 jakarta-jmeter/xdocs/usermanual/build-test-plan.xml Index: build-test-plan.xml =================================================================== RCS file: /home/cvs/jakarta-jmeter/xdocs/usermanual/build-test-plan.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- build-test-plan.xml 20 Jun 2003 14:15:36 -0000 1.11 +++ build-test-plan.xml 3 Aug 2003 18:20:29 -0000 1.12 @@ -58,7 +58,10 @@ <figure image="scoping1.png">Example test tree</figure> <p>The order of requests will be, One, Two, Three, Four.</p> <p>Some controllers affect the order of their subelements, and you can read about these specific controllers in <a href="component_reference.html">the component reference</a>.</p> -<p>Other elements are hierarchical. An Assertion, for instance, is hierarchical in the test tree. This means it is applied to all requests that occur at it's level and below. In the following test tree:</p> +<p>Other elements are hierarchical. An Assertion, for instance, is hierarchical in the test tree. +If its parent is a request, then it is applied to that request. If its +parent is a Controller, then it affects all requests that are descendants of +that Controller. In the following test tree:</p> <figure image="scoping2.png">Hierarchy example</figure> <p>Assertion #1 is applied only to Request One, while Assertion #2 is applied to Requests Two and Three.</p> <p>Another example, this time using Timers:</p>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
