github abstracta/jmeter-java-dsl v0.61
0.61

latest releases: v1.26, v1.25.3, v1.25.2...
22 months ago

jmx2dsl now has optimized conversions for regexExtractor, ifController, forEachController & uniformRandomTimer.

This release also changes default name (when no explicit controller name is specified) of forEachController generated iteration number variables to use the name of iterationVarName on it. For example, this controller forEachController("items", "item") was previously using __jm__foreach__idx while the new version uses __jm__item__idx. This change was included since this reduces chances of name collisions with other forEachControllers and keeps all forEachController variables with a common string.

Don't miss a new jmeter-java-dsl release

NewReleases is sending notifications on new releases.