Sebb,

My thread group had the first sampler as BSF sampler where i initialize the
variable and then have two HTTP Request sampler followed by a Result
sampler.  I use the filename as "${test}.jtl" but it creates a jtl file as
${test}.jtl

Not sure where the problem is.

This is how my BSF sampler code looks like

${__setProperty(test,"C:\test\Result")};

OUT.println("Value is " + ${__property(test)});

vars.put("test",${__property(test)});



--
View this message in context: 
http://jmeter.512774.n5.nabble.com/Create-custom-log-files-tp5067691p5134008.html
Sent from the JMeter - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
For additional commands, e-mail: user-h...@jmeter.apache.org

Reply via email to