I am using jMeter for my testing script. I need 3 thread groups as 3 users will login and will read 3 different lines from a CSV file. My thread groups should not start consecutively or concurrently. They should start after some delays between them.
I added flow control action (for delay) before my login request but the delays are not working properly i.e., all thread start simultaneously most of the time.
Can anyone please suggest me any better option for delays between login actions in my different thread groups?