Visual Studio 2010 Web performance test password encryption question
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I've created a web performance test that logs me in to an internal site. I want to be able to hide the password in the code so I can check it into VSS. I see that creating CodedUI tests seem to encrypt the passwords (i.e. you see what looks to be a hash string instead). Is there a way to more easily do that with web performance tests? Thanks in advance for any assistancee. ------ jboyd