I have recorded my script to upload json file through Jmeter, but now I am facing the problem while uploading json file through jmeter which is on my local drive.
I am already done with following steps:
- Either use full path to file, you're uploading, or copy it to JMeter's "bin" folder
- Don't forget to tick Use
multipart/form-datafor HTTP POST box - Make sure you provide correct Parameter name and MIME Type
Getting exception in my response data:
{"Exception":"Object reference not set to an instance of an object."}