Forum Discussion

Everseeker's avatar
Everseeker
Contributor
9 years ago
Solved

How do I catch an error popup that appears... Asynchronously?

So, moving along in my tests, All is going swimmingly,  Hamsters are running full tilt, data is being processed, when suddenly... That's not good. ESPECIALLY since the application sometimes con...
  • AlexKaras's avatar
    AlexKaras
    9 years ago

    Hi,

     

    Is the same Application Error unexpected window opens for the other tests ?

    If it is not (i.e. some other unexpected window is opened) then you can identify the window in the event handler and either process it or not.

    If the same unexpected window is displayed but you like to handle it in one test and do not handle in another test, then the simplest solution might be to set some Temporary Project Variable (see help for more details) as a flag of whether or not the window must be handled.