i have been searching, how can i pass two values in one parameter from a csv file, for example. i need to put the names john and mary in the parameter "name"
so the link should look like this --- http://samplelink.com?name=john&name=mary BUT some scenario have just one name,, so the link would be --- http://samplelink.com?name=john
Using jmeter for API test
Thanks !