TestPlan Thread Group HTTP Request1 ->Regular Expression Extractor - Return 10 Results - URLs -- Single Thread ForEach Controller - Using variable from extractor - Successfully Loops through above results HTTP Request2 ->Regular Expression Extractor - Return 10 Results This above is under 1 thread
I want to have ForEach Controller under different thread --run multiple therads and use the URLs extracted from 1 thread HTTP Sampler -- I tried to use these two approaches https://www.blazemeter.com/blog/knit-one-pearl-two-how-use-variables-different-thread-groups How do I pass a variable from one Thread Group to another in JMeter but somehow now managed it to work Please help