I'm developing test plan that simulates the following code:
....
apache.commons.chain.Context ctx;
ctx.put("currentNode", "/test");(== user parameters->add
var->"currentNode","/test")
ctx.put("name", "testProperty");
ctx.put("data", big data);
....
So, ctx.put("data", big data) == user parameters->add var->"data","???");
It seems using BeanShell and JMeterContext is the better way, now I'm trying
to use JMeterContext, ideas?
Is there another correct  way?
-- 
View this message in context: 
http://www.nabble.com/User-parameters-tf1971673.html#a5429492
Sent from the JMeter - User forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to