1.The attached sample application initially displays three windows. Two of them are visible and one is hidden. Clicking the button in the second window will make the third one visible. Actual: Manager.ActiveApplication.Windows.Count; returns 2 even when the third window is visible. Expected: To detect the third window and count it as well. Note: If using the Test Studio UI recorder the third window is detected once shown and the recorder is attached to it as expected.