Forum Discussion
Marsha_R
Champion Level 3
12 years agoYour logic is good but sometimes logic doesn't help with TC. :)
If you can find a way to totally close that invisible window, I would recommend that. The less ambiguity the better.
Alternatively, look for an index or some other third property that would be unique between the two instances of the window and use that in addition to Visible. We started testing on an old version of Windows and found that every little popup we got when saving a file is called "Save As", and they were all visible at the same time, even though only the top one was actually accessible. We ended up using an index to get to the right one at the right time.
If you can find a way to totally close that invisible window, I would recommend that. The less ambiguity the better.
Alternatively, look for an index or some other third property that would be unique between the two instances of the window and use that in addition to Visible. We started testing on an old version of Windows and found that every little popup we got when saving a file is called "Save As", and they were all visible at the same time, even though only the top one was actually accessible. We ended up using an index to get to the right one at the right time.