Can someone shed some light on how to structure JMeeter for the requirement below:
I have to send two requests.
- Send request and get some data back. This is not for performance test, but just to get the data.
- From the values, lets call it "tokens", we take 5 tokens and send 5 requests with those tokens simultaneously to get the response.
Currently, I have one "Thread Group" and two "HTTP Requests" under it. One is to get the data (step 1 above) and the 2nd one is to generate 5 requests (possible?).
I am using "Synchronizing timer" to generate 5 requests simultaneously. I know I can create "CSV data Config" element and generate a CSV from the 1st request and write 5 tokens into this CSV. But I am not sure if automatically generates 5 requests simultaneously.