Forum Discussion
Hey,
Problem:
The process TestExeute.exe keeps runnning after the test has finished.
The powershell script that is waiting for the process to finish never continues and gets stuck.
The test is started on a windows 10 (build 17134) machine with TestExecute 11 on it using the following command:
Start-Process "C:\Program Files (x86)\SmartBear\TestExecute 11\Bin\TestExecute.exe" -ArgumentList '"C:\testprojectPath\TestProject TEST.pjs" /project:"TestProject TEST" /test:"Script|TestCentrum|TestCentrum_Main" /r /e /SilentMode /ForceConversion'
This script has worked until we installed the windows update 1803.
After rebooting the virtual machine and starting an instance of testcomplete or testexecute a edge browser would start.
I followed the advice on the forum to not enable support for microsoft store apps.
the Edge browser didn't start anymore but the TestExecute process still didn't close at the end of the test.
This would happen sometimes, there have been times that I was able to interupt the test and it would close the process.
What I have found so far:
I found a process CFTmon.exe that when I analyse the whaitchain says it's waiting for the testeExecute proces.
in the testexecute proces it says it's waiting for CFTmon.exe.
when I kill the CFTmon.exe process it restarts immidiatly and the testexecute process is closed.
I hope I was clear in my explanation any help would be appreciated.
greetings,