> > They will run in parallel, they should at least.

> Yes, they do, but the ramp up is so long that each thread will finish
> before the next starts.

Ok, I don't know why, but all time I was thinking about ramp-up set to 1. Sorry.

Maybe will try to analyze the script:

int nextValue = ${bidValue}; - this gave me access to bidValue variable, which 
is set in User Definded Variables table of Test Plan element. So I understand, 
that I don't have to put anything in Parameters field of Beanshell 
PostProcessor element to have access to JMeter variables specified in other 
JMeter elements (like HTTP request, CookieManager etc.).


nextValue = nextValue - 5; - that one is simple.


vars.put( bidValue,  Integer.toString(nextValue) );

That gives me an error "Undefined argument: bidValue". So it's not the same as 
that one specified in User Definded Variables table of Test Plan element.

So how can I overwrite that variable, which is specified in User Definded 
Variables table of Test Plan element?


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

Reply via email to