I want to test my REST service within one Test Plan and one Thread Group.
There are two methods. Let's call it getConfiguration and getDefinitionList. Both have different parameters in the URL and as header. That's why I created a CSV file for both of them. The first CSV file contains five lines for the different test cases, the second only three.
I added a CSV Data Set Config to both methods. I want JMeter to perform the first method five times and then the second, three times. Then the thread is to be terminated.
Without an additional controller, the first method is executed once, then the second one, then the first and so on. With the second one there are of course errors, because the CSV file has only three lines.
I thought a loop controller might help, but can't get it right