Page 1 of 1

Validation text

Posted: Mon Feb 12, 2018 5:03 pm
by armstronghm24
Hi,

I am trying to do a simple validation on text for an element, but the validation is failing unexpectedly. Am I missing something here? I have a screenshot showing that the expected value matches the actual value, but it is still failing.
2018-02-12_10-02-22.png

Re: Validation text

Posted: Mon Feb 12, 2018 5:31 pm
by odklizec
Hi,

The most common reason of problem like this are non-printable characters in front or behind the validated string. Could you please post a Ranorex snapshot? The solution is to use AttributeRegex validation, instead of AttributeEqual.