jmeter Hi All, I am trying to record a upload and...

  • perf-test.com need your contributions to build up a strong repository of performance engineering resources.

M

Mayank Mishra

Guest
Hi All, I am trying to record a upload and save document script.when I upload and document manually it got saved but when I want to do so by recording (using proxy server) the file is not getting saved and showing FileNotFoundException on real time....Please Help!
 
For upload scenario's in jmeter, u need to create custom requests as jmeter does not support upload scenario recording..you need to capture requests corresponding to upload through different http traffic capturing tools.you can refer to chrome developer tools(F12) and copy all request from there using right click options"copy as har file"and then convert it into jmx through this link https://flood.io/har2jmx