Created
November 16, 2021 22:15
-
-
Save gabrielke/83bd67ad2f1ea7365bdd9f5f6e5e1d6a to your computer and use it in GitHub Desktop.
jmeter if controller groovy expression
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ${__groovy("${cart_id}"!="")} | |
| ${__groovy("${cart_id}"=="")} | |
| and the cart_id user defined variable has to be defined |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment