json - jmeter load testing , Parameterization -


i running http request test in jmeter send json input. example:

{ "id":"0", "fieldvalue":"sanket","source":"todays date" } 

i need parametrize each thread iteration different value id, fieldvalue, source chosen, possibly json file (not csv file). possible?

everything possible. here options

  1. jmeter can read files. check out following functions:

  2. you can use http request sampler read file, use file protocol , unc path.

  3. values parametrization can obtained using json path postprocessor. see:


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -