I am trying to automate web portal, Everytime when the IE navigates to that web site, it asks for user name and password. It is windows security popup. In selenium this can be handled by putting username and password before URL something like http://username:password@www.xyz.com. I am looking for solution like same in UFT. I am using uft 14.51.
I tried to identify the objects on that popup to enter the user name and password but all are objects are getting added in repository as class window and name as Windows Security. None of the objects are getting identified uniquely.