Search code examples
jmeterjmeter-plugins

Jmeter - Russian Characters Encoding Issue


I have an issue with scripting sites that are in dual language - English and Russian.

With Jmeter I post requests to fill a form containing both english and Russian characters, and when I check the application manually, I notice weird ???? symbols everywhere the russian characters are supposed to be.enter image description here

I have added the utf-8 encoding in jmeter.properties. sampleresult.default.encoding=UTF-8

Please help suggest.


Solution

  • A simple fix sorted the error :

    In the http sampler request, input utf-8(in small characters) against the Content-encoding text window.

    Content-Encoding : utf-8

    Version: Jmeter 5.2.1 (Left the Port number empty)