application insights connection string get from csv config file is invalid
Closed this issue · 1 comments
is there anyone ever tried using "csv config file" to store "connection string"? I have tried it but always says my connection string invalid. Go further, when I use "User Defined Variables" with the same "connection string", it works well.
as above, I debug out the "user define variables" "appIn1" and "csv config" variables "appIn2", as you can see the are identical
but when I refer "appIn1" in config "backend azure plugin" it works well, but "appIn2" treated as invalid connection string.
This issue was followed up offline with @wenbya. Apparently, the built-in "CSV Data Set Config" element is misbehaving and it's not setting the variables correctly in the JMeter plan (maybe only affecting newer versions of JMeter?). As an alternative, we switched to using the Variables From CSV File plugin which worked fine and was able to load variables from a CSV file.