- Loading the .jmx file that was created previously by JMeter and run it using JMeterDSL.
- The .jmx file contains a request with the following JMeter function: ${__base64Encode(Username,)}.
what I Expected that
the ${__base64Encode(Username,)} function should encode the Username value to Base64.
but the Actual Behavior when run the script was
the ${__base64Encode(Username,)} function is treated as a plain string and does not perform the Base64 encoding.
also i have included the following dependencies in my project:
kg.apc
jmeter-plugins-functions
2.2
org.apache.jmeter
ApacheJMeter_functions
${jmeter.version}