Passing parameters to JMeter -
i can pass parameters through jmeter long embed them in path so:
when try add them using gui, doesn't work:
have tried combinations of encode/unecode, adding "?" path, result same - server replies required parameter missing. ideas?
this post request pass name value body data (click on body data tab) in json format
{ "taskid": "9000" }
or
{ "taskid": 9000 }
if type of 9000 string choose 1st option other wise 2nd, better try both options check 1 working
other approach:
try change method get
same parameters passed in snapshot2 (attached you) might possible request not supports get
method in situation have post
passing in path field (as shown in snapshot 1) or in body data tab
Comments
Post a Comment