Kamal_chennai
9 years agoContributor
How test complete give Priority on unexpected window
Hi All, In Project properties we have a panel "On unexpected window". There we have some options to do if unexpected window occurs. Also I have created Genaral events for "OnUnexpectedWindow" to...
- 9 years ago
Hey Kamal_chennai!
If you check Ignore unexpected window, it's going to ignore your General Event as well. If your options to "Press Esc/Enter/Send WM Close/Click on focused control" are checked, it's going to do those before running your G.E. If Stop Execution is checked, it's going to run your event function first, then stop the execution.
Hope that helps :)