You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by sebb <se...@gmail.com> on 2009/09/16 01:52:38 UTC

Re: How to countinue with the test without wating to the HTTP response

On 15/09/2009, omri suissa <om...@gmail.com> wrote:
> Hi,
>  I have a special HTTP case I want to test using JMeter.
>  1) send request to get tokens
>  2) read the response and send requests using the response tokens
>  3) read the response and send requests in loop using the response tokens
>  But here is the catch, one (type) of the loop requests is taking a lot of
>  time (this is ok by me) and i want to test to continue and not to wait to
>  the response, i can create another group of threads but then i don't know
>  how i can get the first request tokens (response).
>

JMeter samplers all issue a request and wait for the response.
It does not support asynchronous protocols.

You can use the While Controller to repeat a sampler until suitable
condition occurs that signals the end of the wait.

Also, JMeter requires all thread groups to be defined before the start
of the test.

>  Thank you,
>
> Omri
>

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