I have this app that has a login screen with fields for username and password. Below the fields there is this 'Forgot password link'. I am testing this app using UIAutomation class. How can I test if, when clicked on that link, the linked page is opened in the browser? I just want to check that when the link is clicked, the browser is opened.
Thanks for any help.