autoguy1
4 years agoOccasional Contributor
Prevent logging an error when a process crashes.
So my application actually has a bug that is not going to get fixed. There is a scenario where a certain process will crash and restart. I am not using this process in my test and do not care about it. However, TestComplete is logging an error when this process crashes and since it is irrelevant to my test I would like to avoid this from happening.
The error I am getting is : The (ProcessName).exe process crashed.
Is there a way I can tell TestComplete to ignore this particular error or process?