How can I assign a CSV file for the Global User Defined Variables. The CSV file will hold multiple request body data for Concurrent hits. Please find the User Defined Variables screen shot attached for reference.
0
votes
1 Answers
0
votes
You cannot, User Defined Variables is basically a collection of Arguments, so you cannot set anything but Name, Value and Description in form of Strings.
You can use __fileToString() function like:
but you won't be able to access different columns this way.
Be aware that CSV Data Set Config has "Sharing mode", you can control the scope and behaviour by amending the value.

