.NET application being tested uses <authentication mode="Forms"> so whenever an instance of WatiN.Core.IE is created the login page appears.
Can successfully fill in the login form and authenticate, but wondering how to handle this for multiple tests? As soon as the IE instance is released, the next test must log in again.
Does WatiN have a mechanism for handling this?
Any advice on how to handle the login to test these password protected pages?