I am using jmeter to test our system using the 'HTTP Request' sampler. Some of the values in the request are parameterized using a csv file using 'CSV Data Set Config'.
There are 600 rows in the csv file with one row used for one http request so I have Loop Count set to 600. Each row is in effect one test case. I only need one thread. So in my result tree I see 600 result entries when run - this is all working fine.
I am now trying to say just execute rows 10 to 15 only in the csv i.e. test cases 10 to 15 instead of all 600. I have tried to get something like this working mostly through the use of Controllers but I am missing something.
Could anybody point me in the right direction on this please ? Thanks in advance - Ian.