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

