ContributionsMost RecentMost LikesSolutionsRe: String comparison failureActually it was a hidden character issue. Replacing the space ' '(Unicode value:160) with space ' '(Unicode value:32) resolved the comparison failure.String comparison failureWhy is JScript is evaluating "15 000,00" == "15 000,00" as false?SolvedScripts do not run in TestComplete 9For some reason, I cannot get scripts to run in TC9. (Yes, I added the full path for each of the applications I am calling in my scripts to TestedApps.) When I hit run, the test returns successful almost immediately, but does not actually execute the script. Is there something I'm missing here? Scripts are written in JScript.