TestComplete doesn't respond after executing one test case.
Hi, I've tried executing some testcases handling some excel sheets. For the first time it works fine and prints all the results properly. Once the testcase is executed if i rerun the same te...
Make sure all your drivers are closed at the end of the test and that Excel isn't running. It takes up a lot of memory and so does TestComplete, so if you are opening multiple instances of Excel, it's going to lock up quickly.