I want a jdbc sampler execute only once in a thread group in jmeter.
I tried using a once only controller and a if controller (${__threadNum} == 1) but it doesn't seem to work. The jdbc sampler keeps repeating along with other samplers. what am I missing here?