SlickRick
10 months agoFrequent Contributor
Azure Pipelines - Runs on TestComplete instead of TestExecute
Hi all, So it seems like my UI tests are running with TestComplete instead of TestExecute and im trying to figure out why. In my pipeline i do request to use/prefer TestExecute: But fo...
- 10 months ago
I think I found the issue.
I noticed that the machine that are running TestComplete have a TestExecute process running in task manager but which i cannot kill directly.
Since I had a similar issue in the past, i already added a pre step in my pipeline to kill any running TestExecute.exe process. However this task was not able to kill the running process and neither was I manually.
However killing TestCompleteService15.exe did terminate TestExecute.exe.
After that TestExecute is back and running the tests.