zoey
2 years agoOccasional Contributor
Process still stuck in task manager after closing it .
Hi all ,
I have an issue when I tried to close process by using Sys.WaitProcess(" app name ", 0).Close () ,
sometimes test complete can't close the process correctly and process still stuck , so the next test can't start running because previous test not closed the application correctly . What's the reason for that ?
Thanks .