1.

What Are Jmeter Functions?

Answer»

JMeter functions are SPECIAL values that can POPULATE fields of any Sampler or other element in a test tree.
A function CALL LOOKS like this:

${__functionName(var1,var2,VAR3)}

JMeter functions are special values that can populate fields of any Sampler or other element in a test tree.
A function call looks like this:

${__functionName(var1,var2,var3)}



Discussion

No Comment Found