Forum Discussion
aalikhalid
10 years agoContributor
Hi,
String mismatch:
- Sometimes there are 'leading' spaces as well, but I'm sure you might have checked that as well.
- Secondly at times TestComplete changes special characters on its own. I know for some objects the "$" sign turning to "_".
Different object
- Since the objects are dynamic with panels all over the place, it could be TestComplete is capturing and comparing different object than the one you want to check. I cannot tell from the name map shown, there are 6 panels in total shown, I would suggest to use verify the object name of the original object you want to capture using object spy and compare with the parent objecct map name given here.
Let me know what comes up!