tmahender12
9 years agoFrequent Contributor
event handlers
What is differencfe between Overlap window event handler and Unexpected window event handler?? attached screen ..iam not able to handle with the eventhandlers...any suggestions??
Overlapped window is a window that was expected during test, but it can overlap another elements and make unable interacting with them.
Unexpected window is a window that was not expected during the test run (e.g. system alerts, errors or other dialogs).
Check your project's playback properties:
i want to handle the dlg i sent in the event handler, how can i achieve it?
Check this topic carefully: https://support.smartbear.com/articles/testcomplete/handling-unexpected-windows/
I got a modal window, which is not recognized by unexpected window handler,so it is not entering into unexpected handler.
i tried play back->Unexpected window options, nothing could work.
is there any other way of handling attached modal window/dialog