http://jakarta.apache.org/jmeter/usermanual/component_reference.html#While_Controller

Either:

use LAST and add an assertion to set the sampler as failed

Or:

use ${VARIABLE} and have the P-P set VARIABLE=FALSE when you are done.



On 28/02/07, Bernhard Wellhöfer <[EMAIL PROTECTED]> wrote:
Hello,

I have one question regarding while controllers:

What I need is a while controller which has one HTTP request sampler as only 
child. E.g. a post processor to the HTTP request checks whether the response 
body contains a specific text. If yes the while controller should stop and if 
not the while controller should continue to call the HTTP request sampler. Here 
the simple test tree:

While Controller (loop until Post Processor detects a specific text in the 
response)
   HTTP Request Sampler
       Post Processor

I read the whole JMeter documentation, but have no idea how to implement this 
feature in JMeter.

Thx in advance,

Bernhard


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to