Forum Discussion

jimsmith_1's avatar
jimsmith_1
Contributor
12 years ago

Better checkpoint failure reporting.

According to the attached checkpoint log, "Ms Liz Kennerley" does not equal "Ms Liz Kennerley". Does anyone know of some way of seeing the actual and expected value strings in hex so that I can work out what is really different?
  • I'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.