I am using JMeter for load testing. My requirement is to make request till server does not give 200 as status code. And if status code is other than 200 then wait for 5 sec and retry again. To wait for 5 sec I have taken constatnt timer. My problem is constatnt timer in if controller is not working. What could be the solution? I have attached snapshot of jmeter window.
I am using JMeter for load testing. My requirement is to make request till
Share
I have ended up with BeansShellTimer Script with this example.