Hi, I am using Win32OLE to test an application.
For some tests the application throws a "divide by zero" exception, due to bugs in the SW. However, I cannot put this in my test report, since Win32::OLE->LastError() does not return the exception. In fact, it returns "0". Anybody can give me a hint how to catch the exception and make a nice trace in my report? Thanks, Markus