The method you use for authentication will affect how you can do this.
If you use Integrated Security (Windows auth), then one way would be to run your WatiN tests, as well as other Windows users using impersonation.
If you use forms authentication, you can simply use WatiN to log in as different users, because it is just a "clean web" POST / GET.
source
share