I have been using${__base64Encode(${Content})} When ruuning jmeter script with 50 users paralllel with rampup time of 300 seconds I am getting unhandled exception in some threads. What could be reason?Can anyone put a light on this
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi @padariakomal
I don’t know Jmeter, but doing a search, it seems like Jmeter is sometimes converting
=
to%3D
, which might be the cause: https://stackoverflow.com/questions/30527655/aspx-page-fails-to-open-while-recording-with-jmeter-on-ie11