Re: Need help with User Defined Variables

2022-07-04 Thread Nikola Aleksic
Hi Robin, There was a discussion in this thread https://bz.apache.org/bugzilla/show_bug.cgi?id=65072 about the mentioned problem. Workaround is to use the Groovy function instead. If the function works then there must be a way to evaluate the regular ${variable}. Thread is still open, so it might

Re: Need help with User Defined Variables

2022-07-01 Thread Robin D. Wilson
Thank you all. I am following your advice, and it is working for me. -- Robin D. Wilson CELL: 512-426-3929 rwils...@gmail.com On Fri, Jul 1, 2022 at 1:29 AM Dmitri T wrote: > As per documentation > < > https://jmeter.apache.org/usermanual/component_reference.html#User_Defined_Variables > >: >

Re: Need help with User Defined Variables

2022-07-01 Thread Dmitri T
As per documentation : Also, the variables are not available for use until after the element has been processed, so *you cannot reference variables that are defined in the same element*. You can reference

Re: Need help with User Defined Variables

2022-06-30 Thread Scott Dean
Greetings Robin, Are you defining both variables in the same User Defined Variable (UDV) component? I have found that if you define a variable in a UDV component, you cannot use it as part of the value of a different variable in that component. It appears that variables are not resolvable until

Need help with User Defined Variables

2022-06-30 Thread Robin D. Wilson
I'm trying to setup a test with User Defined Variables. I want to define a variable "ENV" that specifies whether the test will run in the 'dev' environment, or not. (Basically, if set it will modify all of the 'hosts' I hit with '-dev' on their hostnames.) So I want to setup the following type