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.
