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, ∼5584🔥, 0💬
Popular Posts:
Where to find tutorials on Selenium test tools? I want to know how to use Selenium. Here is a large ...
How to generate test phone numbers for US and Canada? Test phone numbers are frequently needed in te...
How to generate passwords? To help you to obtain some good passwords for testing purpose, FYIcenter....
How to find out my browser request headers? To help you to see your browser request headers, FYIcent...
Where to find tutorials on Apache JMeter test tool? I want to know how to use Apache JMeter. Here is...