Hello,
I’m trying to have a simulation that could send post or get according to a column in the csv file.
Here is what I’ve written so far:
httpRequestBuilder = http(**"req"**).httpRequest("${httpMethod}", "${url}")
Hello,
I’m trying to have a simulation that could send post or get according to a column in the csv file.
Here is what I’ve written so far:
httpRequestBuilder = http(**"req"**).httpRequest("${httpMethod}", "${url}")
Thanks !!