Forum Discussion

lcraig's avatar
lcraig
Occasional Contributor
15 years ago

Debugging - Display an error message on overlapping window

I like how I can have TC stop test execution when referring to a non-existing object. Is there no way to have it stop execution when an overlapping window occurrs?



thanks

~Logan

2 Replies

  • Hi Logan,



    You can try handling the OnOverlappingWindow event (see the "About Events and Event Handling" help topic) and stop your test in its handler. Does this help?

  • lcraig's avatar
    lcraig
    Occasional Contributor
    Looks like that did the trick.

    thanks for the help.



    ~Logan