Passing parameters to JMeter -


i can pass parameters through jmeter long embed them in path so: enter image description here

when try add them using gui, doesn't work: enter image description here

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

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -