Relative Content

Tag Archive for testingjmeterperformance-testingjmxblazemeter

How to extract values of a csv and send as parameters to different thread groups?

I have multiple scenario to perform the load testing, where I have the 5 thread groups of similar requests, samplers except the credentials. I have listed the scenarios in the csv file.
My requirement is to take the each row of the csv and pass those values to 5 thread groups, where these 5 thread groups will be running each with 10 threads, once the 5 thread groups execution is done, it should consider the next row and so on.