I have scenario for verifying the values of two variables. One variable which contains 150.00
and Second Global variable which contains 150
Both are equal but when I am using Verify Match Keyword then its getting failed.
What should I do!I want to check the contains value.
To further explain on @Ibus 's point. Numbers are just not numbers and 150 compared to 150.00 will fail. You need the same type, be it int, float, double, or decimal.