@ is not getting decoded to @ in Jmeter

后端 未结 3 1334
猫巷女王i
猫巷女王i 2021-01-25 03:20

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

3条回答
  •  甜味超标
    2021-01-25 03:43

    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}"}

提交回复
热议问题