How to stop TestComplete from failing a test when unrelated processes crash?
Hello! I've been hitting an issue for some time now where TestComplete will intermittently fail my test(s) because some unrelated process that I don't care about crashes. Typically these are Windows processes and they are 100% unrelated to my application or test running. Here's an example of it crashing for "GameBar.exe" which is a Windows process:
I've searched extensively in these forums and there seems to be multiple threads over the last few years reporting the same frustrating behavior but I haven't found an example of how to configure TestComplete to not fail tests for this.
I thought setting the "Process Filter Mode" to something like "Ignore all processes" would address this issue, but it seems to persist:
Could anyone provide guidance on the
proper way to prevent TestComplete from failing due to this? Thank you very much for any help!