Im not sure I understand your question. Its not clear what is taking and what you wish to be able to run serially/parallely.Your requests seem to be dependent on previous responses in which case you have to wait-You seem to be implying 'type' of requests , in which case each type should be its own thread/threadgroup - Please provide a detailed example of what you want to be able to do.
You can share data between threads or thread groups using JMeter Properties / any shared memory e.g. files regards deepak On Tue, Sep 15, 2009 at 2:02 AM, omri suissa <[email protected]> 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). > > > Thank you, > Omri >

