JMeter Beginner Tutorial 14 – Functions and Variables
Notes: functions : any method that can populate a field in any other element of a test plan syntax : ${__functionName} ${__functionName(var1, var2, …..)} variable : container that can store a value which can be referenced by any other element within the thread. (local to a thread) syntax : ${variableName} function – caseSensitive | camelCasing …