jmeter - Is there any way to pass external file path in user.properties -


when ever external files required need add or update in multiple machines in bin/ext instead of going each , every machine keep jars @ 1 place or folder updating folder automatically updates in machines.

so there way , possible pass jars path in user.properties file? example: jdbc jars

you can either amend/override existing property or add new property, picked on jmeter startup , accessible via __p() or __property() functions.

in order add .jar jmeter classpath need define user.classpath property , specify .jar path in it.

also aware can pass individual properties or property files jmeter slave engines via -g command-line argument

references:


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -