Dataset Name | petType | petName | age | price |
---|---|---|---|---|
Pet-1 | Dog | Buddy | 3 | 300 |
Pet-2 | Cat | Whiskers | 2 | 150 |
Pet-3 | Bird | Tweety | 1 | 50 |
Pet-4 | Rabbit | Thumper | 4 | 80 |
Pet-5 | Dog | Max | 5 | 250 |
{{variable}}
to insert test data variables into the request parameters, headers, body, and other locations. When running the test scenario, these variables will be replaced with the corresponding test data values.pm.iterationData.has(variableName:String)
: function β Boolean: Check whether a test variable exists.pm.iterationData.get(variableName:String)
: function β *: get a test variable.pm.iterationData.replaceIn(variableName:String)
: function: replace dynamic variables in a string with their actual values.pm.iterationData.toObject()
: function β Object: get all local variables as objects.UTF-8
encoding.iconv -f GBK -t UTF-8 xxx.csv > utf-8.csv
to convert encoding.