Code, computers, and other nonsense. All powered by iguanas, of course.
Monday, March 22, 2010
Authentication for Coded VSTS Web Tests
To set credentials for a Visual Studio WebTest programatically, simply add the following to the class that extends WebTest: this.UserName = "domain\\user" this.Password = "pass"
I graduated from the Computer Science program at Cal Poly (California Polytechnic State University) in 2009 and currently work at Microsoft's Silicon Valley Campus (SVC). My interests include graphics, games, music, and rock climbing, among other things.
No comments:
Post a Comment