ContributionsMost RecentMost LikesSolutionsJScript just stopped workingHi! Scripts just stopped working in my installation of TestComplete8. I can't even get Notepad running with JScript. I get no error ether, test log shows that the test completed, without running the script. I don't know what the problem is, nor how to fix it. I've tried re-installing TestComplete8. Since I can't give better explanation, I created a screencast demonstrating the problem. It shows that KeywordTests work fine, but not JScript. Screencast: http://bit.ly/h1Je7h Any suggestions?Re: Re-use own javascript functionsThank you, unit references solved the problem :).Re-use own javascript functionsHi! I've been trying to figure out how to re-use my own javascript functions across scripts. For example I have a function called testIfSimilar that checks if a property with float value is close to another float value (not equal, but almost) . I need to re-use this, and I don't want to copy paste it across scripts. Any suggestions?