Search code examples
soapjmeterjmeter-pluginsjmeter-3.2

Jmeter Soap Plugin - What "Variable definition panel" is used for?


I download JMeter's Soap Sampler plugin

I notice that there's a new Variable definition panel Config Element

But I don't understand what is purpose and usage. I tried to use it but no impact

Do anyone know its purpose/usage and relevant to Soap?


Solution

  • You can use it to set one JMeter variable using a large panel, for example:

    Enter Variable Name: myVar

    Variable contents: myValue

    It will create JMeter variable myVar=myValue

    Also the difference from User Defined Variables, is that it can override previous value.