TestComplete doesn't respond after executing one test case.
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 testcase TC is not responding and the execution controls are displayed on the top-right corner for infinite time without executing the test case.
Please help me on this
Solved! Go to Solution.
- Labels:
-
Data-Driven Testing
-
Scripting
-
Test Results
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks a lot Marsha🙂
@RajeshVV Did the suggestion help?
Sonya Mihaljova
Community and Education Specialist
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There's no issue with TC, whereas it was happening due to Python library NumPy, resolution provided by support team.
Further details can be found here
https://github.com/numpy/numpy/issues/8097
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@RajeshVV Thank you so much for the update.
Sonya Mihaljova
Community and Education Specialist
