Skip to content

JMeter Function ${__base64Encode} Not Executing Correctly in JMeter DSL When Loading .jmx File #290

@Farahala

Description

@Farahala
  • 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}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions