Forum Discussion
- ebodienContributorI've encountered a similar situation. In my case the issue was a regular space had been replaced by a non-breaking space which was enough to cause TestComplete to fail the camparison. I'm not sure how you do this in a keyword test but one idea would be to use the aqString.GetChar method to step through the string and the Asc()/
strObj.charCodeAt/Ord functions to get the ASCII code for each character.