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, 4411🔥, 0💬
Popular Posts:
How to Open and Close Internet Explorer with UFT script? One way to open and close Internet Explorer...
How to use HTTP protocol to post an XML message to a server? You can follow this tutorial to post an...
How to update hidden input value field value with WebDriver in Python? Normally, a hidden input valu...
In what order thread groups are executed in JMeter? Thread groups, including regular "Thread Groups"...
Why I am getting gzip compressed HTTP response in SoapUI? If you run a HTTP request for some Website...