Forum Discussion

nathanleuthold's avatar
nathanleuthold
Occasional Visitor
17 days ago

Process.Exists logs unwanted error

I am doing a keyword test that will test if my test application is running or not, using the Process exists operation. By my understanding, the process exists operation returns true or false.

My issue is that if the process doesn't exist, I will get an error log which will stop my keyword test.

Is this intended behavior ? If yes, is there a workaround ?