I\'m trying Jmeter tool for load testing where i\'m feeding the data through a csv file which has all the emails and passwords for login request. But while passing the parameter
This is coming when we do via Parameters, If we do using "Body Data" that would work fine.
I used this way. {"password":"${password}","emailId":"${emailId}"}