fazlook
4 years agoFrequent Contributor
Make Test Execute ignore windows update popup (desktop testing)
Good day guys,
Is there a way test execute could ignore any windows update popup while testing a desktop application on windows?
Current issue:
1- AWS gets few updates from a server when they are available (server policy needs to stay on)
2- While TE is running and that pop up shows up, my automation fails due to overlapping window.
Thank you
Hi,
If the Project Options | Project | Playback -> Ignore overlapping window option does not work and this window is the only one that causes the problem, you may consider to implement the OnOverlappingWindow event handler and close/move out of view AWS notification window if it appears.