I need to measure the response times of an API query to different combinations of payloads.
While exploring multiple API testing tools I came across Jmeter. Which provides a CSV Data Set configuration.
But what I need is selecting a random name of columns from a csv and put those is a query.
{
"query": ["rcol1":val1, "rcol2":val2 ... ]
}
Is this achievable ?
