m_essaid
7 years agoValued Contributor
Terminate TestExecute process by batch
Hi there, Sometimes, the night tests don't run because TestExecute is already running. Of course, I put the "/quit" parameter when I call TestExecute with the scheduller. But randomly, a previo...
- 7 years ago
Sometimes if a previous instance is stuck, running TestExecute again will start a new instance and you can end up with multiple instances
Try a powershell script as its more reliable and powerful, and gives you more control.
Script should search for all running instances of TestExecute, Kill all instances and then verify that no more instances are running.