Our team uses a website that uses NT Authentication. I need to point my automation scripts to that site. This needs passing the credentials of the testuser accounts to the application and not mine.
How do I do that programmatically so that the application won't prompt for the credentials.
Alternatively, can somebody suggest a way to handle the windows security prompt so that I can enter the username and password there and then?
thx