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