Easiest way I know of is to use a Beanshell/BSF Sampler with the following:
import org.apache.jmeter.util.*; return JMeterUtils.getJMeterVersion(); You can save the version to a var or property via the vars or props variable. On Wed, Sep 12, 2012 at 12:54 PM, Mikhail T. <[email protected]> wrote: > It does not seem to be among variables or properties listed by debug > samplers... It, probably, should be there. > > Is there any other way to obtain it from the test-plan's code? Thanks! > > -mi > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
