Given that string properties are already provided, how will I compare those strings using a Gloovy Step.
L
Leonard Anagao
said
over 1 year ago
As a Gloovy Step is just executing Groovy Code in Gloop, it can access Groovy methods like .equals(). So to compare strings in a Gloovy step, you can use
How to compare Strings in a Gloovy Step?
How to compare Strings in a Gloovy Step?
Given that string properties are already provided, how will I compare those strings using a Gloovy Step.