11 years ago
[TC10] The application process is still running in Windows Task Manager although I closed it
Hi,
Here are my scenarios :
- Launch application using TestedApps.
- Click on Exit button at the application.
- From this point, the application process is still running in Windows Task Manager.
I tried using
Only TestedApp.
Here are my scenarios :
- Launch application using TestedApps.
- Click on Exit button at the application.
- From this point, the application process is still running in Windows Task Manager.
I tried using
TestedApp.Close
method but it does not work. Warining message is : "The application got a command to close, but it is still running, though the default time out has expired".Only TestedApp.
Terminate method works in this case.
So, my questions are :
- Why application process did not close if I close by Exit feature of application ?
- Why close method did not work and only Terminate method works in this case?
FYI, I have never seen this issue in Test Complete 8.5.618.7.
Thank you.