Skip to content

Instantly share code, notes, and snippets.

@gabrielke
Created November 16, 2021 22:15
Show Gist options
  • Select an option

  • Save gabrielke/83bd67ad2f1ea7365bdd9f5f6e5e1d6a to your computer and use it in GitHub Desktop.

Select an option

Save gabrielke/83bd67ad2f1ea7365bdd9f5f6e5e1d6a to your computer and use it in GitHub Desktop.
jmeter if controller groovy expression
${__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