I was trying to effect a break out of a loop controller in the following fashion. I have a Test Action that goes for 5 seconds (5000 milliseconds). I have that in a Loop Controller that loops forever. The Loop Controller is in a Runtime Controller that goes for 23 seconds. It looks like what is happening is the Runtime Controller doesn't get priority until the Test Action finishes its pause. So the Loop controller runs 5 times (25 total seconds) rather than 23 seconds.
Am I doing something wrong or is there another way to achieve what I am trying to do? -- View this message in context: http://old.nabble.com/Break-out-of-Loop-Controller-tp28457008p28457008.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

