nathanleuthold
3 months agoOccasional Visitor
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 ?
See Remarks section of https://support.smartbear.com/testcomplete/docs/reference/test-objects/members/common-for-all/exists-property.html and the workaround.