Well, I guess you currently either using the parameters directly in your
samplers.
If that so, you can add to the root of your test plan (or any other place
you need) a User Defined Variables config element.
Simply define a variable name and put ${__P(PORT,  7001)} as the value of
it. In your samplers simply use the new variable.

This way, you can duplicate this UDV config element few time, define other
default values and simple enable/disable the config elements accordingly.

Best,

Shmuel Krakower.
www.Beatsoo.org - re-use your jmeter scripts for application performance
monitoring from worldwide locations for free.


On Mon, Feb 25, 2013 at 10:20 PM, Gavin Maselino
<[email protected]>wrote:

> So within Jmeter I can use the property function to set a value which
> remains if not overridden at the command line like so:
>
> ${__P(PORT,  7001)}
>
> What I would like to know is if that can be overridden from within the GUI
> by CSV or user defined variable or anything else?
>
> I ask as I have up to approx 100 parameter values across 12 different http
> requests that I may need to manipulate depending on the test so I'd prefer
> to store those in the GUI so maintenance/change is simpler.
>
>
>

Reply via email to