While trying to reproduce Philip's BeanShell problem, I found some strange
behaviour.
HTTP Sampler
|
|-Regex: test, (the), $1$, 1, "fout"
|
BeanShell PostProcessor or PreProcessor: print(${test}); or print(""+${test});
|
|
HTTP Sampler: go to http://${test}
The bean shell never got a value for test. I can print out hardcoded strings and predefined
variables though.
The 2nd HTTP sampler does get a correct value from the test variable and tries to go to
http://the (and fails).
I also tried putting the beanshell as a child of the first http sampler.
Nothing. What's going on?
Marc
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]