On 26/04/06, bgordon <[EMAIL PROTECTED]> wrote:
>
> Can I set properties in jmeter.properties and then use
> a)${somePropertyName} or
No, ${name} is for ${someVariableName}
> b)${__P(somePropertyName,error-set-somePropertyName)}
Sort of:
${__P(somePropertyName,default)}
The second parameter is the fixed text default, and can be omitted, in
which case the default is 1.
> in the Server Name or IP: of an HTTP Request Defaults?
Yes.
> Can I use it in the Fielname field of a View Results Tree listener?
No, sorry.
> I'm having trouble getting the variable resolved (initially it was being
> set via the ant task, now I've regressed to setting it via the property file.
>
> If JMeter is started as a gui, does it still take the parameters from
> jmeter.properties?
Yes.
> How can I log the variables to help me figure out where the problem is?
The easiest is probably to add a Java Request Sampler, and put it in
the label field - it will then show up in Listeners.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]