Hi there,

When I select Loop forever in a thread group, the resulting .jmx file contains:

<boolProp name="LoopController.continue_forever">false</boolProp>
<intProp name="LoopController.loops">-1</intProp>

(note the _intProp_ with value -1)

But when Loop forever is deselected, then the intProp changes to a stringProp with the correct value:

<boolProp name="LoopController.continue_forever">false</boolProp>
<stringProp name="LoopController.loops">7</stringProp>

Is this how it should be?

Thanks!
--
 - Pieter

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to