- Assume 2 requests in a thread group. Thread count is 100
- Http sampler A, Http sampler b
- I have extracted a set of values using JSON extractor and stored in a variable
- I used the extracted values in request sampler b (added controller for each extracted values)
- when I try to execute this script both the request ran for 100times
- So I have added once the only controller for the 1st request. Even though both the request ran for 100times
I want to execute Request A for one time and request B for 100times. How can we achieve this?