When validating if x = y, the test keeps failing because one value is in upper case and the other is in lower case. How do I make the validation ignore the case?
How to ignore case when validating?
Hi @tester.ann,
If you are using the action “Compare two strings”, you can set the value of the ignorCase parameter to true
You can also use the action “Convert string to lower case” for both of the parameters.
Kind regards,
Amit
1 Like
Thanks, Amit. That works.
That’s great!
Glad I could help you