Overlapping Window- tooltips
Hello,
Has anybody had an issue with sporadic fails for an overlapping window due to tooltips? For instance, the test will type something in to one textbox but then the mouse hovers there long enough for a tooltip to appear, which then blocks the second textbox it is trying to type in.
The obvious solution is to remove the focus on the first textbox before moving to the second textbox, which does work when done to each individual test. However, my problem is that this is occurring intermittently in hundreds of our tests, rarely the same test(s) two nights in a row, and I am trying to come up with a solution that can be applied to all tests, such as an OverlappingWindow Event handler. I'm having little success with this because I'm having trouble recreating and getting it to hit my event handler code.
My question is, has anybody else had a similar issue and would be willing to share how they corrected the issue? Any suggestions or advice?
Thanks,
Lauren