event handlers
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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:
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i want to handle the dlg i sent in the event handler, how can i achieve it?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Check this topic carefully: https://support.smartbear.com/articles/testcomplete/handling-unexpected-windows/
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Does Test Complete logs an error under this condition? If so we have an OnLogError event and we can write the event handler for addressing the modal dialog insiide the event handler function for .OnLogError
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May be you can handle this dialog using IF/THEN statement?
IF unexpectedObject.Exists THEN do some action ELSE do another action
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
the error may occur any time....almost there are 1000 methods, i can't keep this in every method...So is there any other solution for this?
