java - jmeter GUI setting https.use.cached.ssl.context=false -
i new jmeter i'm not sure how this. in jmeter docs
i want set in jmx file
https.use.cached.ssl.context=false
how can in jmeter gui?
if want property set in of scripts, change commented-out #https.use.cached.ssl.context=true
in jmeter.properties
https.use.cached.ssl.context=false
.
if want my_test.jmx
, copy jmeter.properties
my_test.properties
, make change there. when start jmeter command line, can specify file -p
.
alternatively, can specify property -j
. see here jmeter command line options.
as redline13
, looks like use -j
, i'm not familiar them.
Comments
Post a Comment