I have a CSV Data Set Config,
I want to reference the variable Stack in my User Defined Variables and I have done it as follows,
I have used the __eval function to read the Stack variable
But in the request, I still see
https://${Stack}.testing.com
But I would like to see the value of the variable Stack from the CSV file.
I have tried the following,
__eval(${Stack}).testing.com -> ${Stack}.testing.com
__evalVar(Stack).testing.com -> .testing.com
${Stack}.testing.com -> ${Stack}.testing.com
Please advise on how can I reference the variable from CSV data set config in a User defined variable.
Thanks



${Stack}in your test plan. This will retrieve the value from the CSV.${Stack}.${Stack}in User Defined Variable, I get${Stack}I dont get the value of Stack.