On 12 August 2016 at 14:53, harry_no_spot <[email protected]> wrote: > hi, > No matter what it is, property or variable. they are all configurable things. > So I think It should be divided from the software or jmx script file. > > properties can be set in a file. and passed to jmeter as a commmand option.
Yes. > But variables can not be set in a file. Do not tell me it can be set in a CSV > file, obviously 'CSV date set config' is not for variable value set, but born > for multi users' data set, for load test. > so only left UDV, user parameters, which is v sorry is that these two > components is only can be used to set values in Test Plan, which's integrated > in jmx file. variables can not be set in a file. Agreed variables cannot be set in a file. That's the way it was designed. Variables are designed to be local to a thread and to vary. Variables listed in files clearly would be constant, so should probably be properties anyway. However it's easy enough to define variables on the Test Plan in terms of properties which in turn can be defined in a file. > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
