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

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -