WaitWinFormsObject wait for project's Method invoke timeout instead its own
Hello, I notices that in some cases WaitWinFormsObject pauses the test for project's Method invoke timeout instead for Method's Timeout. I call the method as usual: IF Aliases....
When the parent object of your form (the process) does not exist Test Complete will wait the full timeout. You need to check that the process exists prior to checking if the form exists.