automatic enter login credentials while testing my app (from visual studio 2008)
Posted
by Michel
on Stack Overflow
See other posts from Stack Overflow
or by Michel
Published on 2010-04-15T07:12:49Z
Indexed on
2010/04/15
13:53 UTC
Read the original article
Hit count: 314
ASP.NET
Hi all,
this is something that i don't want to program, but i was looking for a handy way of logging on to my web app. i'm building (and testing and running) my webapp over and over again, and here i've been provided a strong password. needless to say it's not so nice to enter my full user name + strong password 30 times a day.
is there a nifty tool which lives in the background and when i open page localhost/mytestpage.aspx, it will say: "hey, let me type in michel and sdfs%^%gfhg in these two textboxes"?
© Stack Overflow or respective owner