I have a scenario like this..
One HTTP Sampler CSV File1 - en_gb, nl_nl CSV File2 - Fiat, Nissan, BMW
I want to test the HTTP sampler for the below combinations: First value of CSV File1 (en_gb), the sampler should loop through different values in CSV File2 like Fiat, Nissan, BMW, ..etc upto EOF
Next
Second value of CSV File1 (nl_nl), the sampler should loop through different values in CSV File2 like Fiat, Nissan, BMW, ..etc upto EOF
similarly... ... ... so on
How to achieve this in Jmeter? Appreciate your great help. Thanks