I am using JMeter for load Testing my Application .
As part of payload i am sending 3 parameters to the REST Webservice call
ordersplitjson = {"highPriceVendor": "VC4 Raj","vendors": {"T1": [{"item_ids_": "194","leaf": [{"orderid": "14101519","cust_id": "22"}],"vendor_id": "9"}]}}
customer_id = 22
homedelivery = Yes
I am loadtesting the Application with 100 users with a Ramp Time for 2 seconds .
This is the way i have configured and this works fine for static payload
As part of load Test , i want to login as different user for every request (Means for every request i want to send different parameters )
I guess i cant use CSV DataSet Config as i have a JSON as a payload
could anybody please let me know how to achive this load test with different payloads