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, 4779🔥, 0💬
Popular Posts:
How to valid IPv6 addresses? In order to help your programming or testing tasks, FYIcenter.com has d...
How to generate email addresses? To help you to obtain some email addresses for testing purpose, FYI...
How to turn off HTTP response compression in SoapUI? HTTP response compression reduces the data size...
How to generate IPv6 Addresses? To help you to obtain some IPv6 addresses for testing purpose, FYIce...
How to see my IP address Host Name? To help you to see your IP Address Host Name, FYIcenter.com has ...