santi
5 years agoContributor
TestComplete property check failed even after match!!!
see the attached file, even after both text match, it shows failure in aqObject property check............i am using 14.10, as 14.30 not supporting my product
- 5 years ago
Hi santi,
If "text contains" doesn't work for you, I could suggest that you consider creating a custom comparison based on regular expressions. You can easily divide the text into groups among non-printable characters and compare them. You can find more information on how to work with regular expressions in the following article:
https://support.smartbear.com/testcomplete/docs/scripting/regular-expressions.html