I am hitting an API request in JMeter by reading a CSV file, which has 130 records.I want to execute those 130 records within 5 minutes and then put a delay of 30 minutes then again execute those 130 records. What I have done up till now is:
Created a thread group
Created a loop controller with loop count 2 and
Added the request with CSV under the loop controller
Added a constant timer to the loop controller with a delay of 30 minutes.
Can anyone please help me out with this?