Collections:
Built-in Functions in JMeter
What are built-in functions in JMeter?
✍: FYIcenter.com
Built-in functions are functions provided by JMeter that allows you access JMeter/JVM properties, manipulate data, and run scripts.
Below is the syntax of calling a built-in function.
${__functionName(param1,param2,param3)}
Note that if a parameter contains a ",", it must be escaped as "\,". For example: the following function returns 5:
${__javaScript(Math.max(2\,5))}
List of some commonly used built-in functions:
⇒ JMeter Test Elements and Execution Order
2018-01-27, 4149🔥, 0💬
Popular Posts:
In what order thread groups are executed in JMeter? Thread groups, including regular "Thread Groups"...
How to generate user birthday dates? Test user birthday dates are frequently needed in testing appli...
How to validate domain name format? In order to help your programming or testing tasks, FYIcenter.co...
Where to find online test tools? FYIcenter.com has prepared a number of online test tools: Data Look...
How to Pass Windows Environment Variable to JMeter? I want to use Windows temporary folder environme...