sebb-2-2 wrote
> Yes.
> But you don't say what you have tried so it's impossible to debug the
> issue.
Sorry, you are right.
I have a variable called "Env" with value "acp" in User Defined Variables.
In the Test Script Recorder I have tried the following URL Patterns to
Include:
.*.(tst|acp).somehost.nl.* --> Works. The .* at the beginning is because
of the application name that the urls start with
.*.${Env}.somehost.nl.* --> Does not work
.*.\${Env}.somehost.nl.* --> Does not work
.*${__BeanShell(vars.get("Env"))}.somehost.* --> Does not work
I tried escaping the $ { and }, but that didn't work.
I also tried to debug with ${__log(vars.get("Env"))}, but that also does not
do anything in URL Patterns to Include
--
View this message in context:
http://jmeter.512774.n5.nabble.com/Recording-Variable-from-User-Defined-Variables-in-Patterns-to-Include-tp5721390p5721565.html
Sent from the JMeter - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]