You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by laredotornado <la...@gmail.com> on 2008/09/24 21:31:33 UTC

Conditional looping

Hi,

I'm using JMeter 2.3.2 on WinXP.  I would like to set up a test whereby I
make an HTTP request to the same web page until an instance of a string no
longer appears in the response.  How do i set that up in JMeter?

Thanks, - Dave
-- 
View this message in context: http://www.nabble.com/Conditional-looping-tp19656161p19656161.html
Sent from the JMeter - User mailing list archive at Nabble.com.


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


Re: Conditional looping

Posted by sebb <se...@gmail.com>.
On 24/09/2008, laredotornado <la...@gmail.com> wrote:
>
>  Hi,
>
>  I'm using JMeter 2.3.2 on WinXP.  I would like to set up a test whereby I
>  make an HTTP request to the same web page until an instance of a string no
>  longer appears in the response.  How do i set that up in JMeter?
>

Check out the While Controller:

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

Use a Regex Extractor with the default value of False, and you can
then set the condition to the RE variable name.

>  Thanks, - Dave
>
> --
>  View this message in context: http://www.nabble.com/Conditional-looping-tp19656161p19656161.html
>  Sent from the JMeter - User mailing list archive at Nabble.com.
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

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