0
votes

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.

enter image description here

1
I don't see the attached or linked image. - Paul Bastide
Paul - I have attached the screen shot. Thanks. - Sam

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:

FileToString in UDV

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.