Web performance Test - Password is not recorded
-
Wednesday, March 07, 2012 11:08 AM
Hi All,
I'm recording some actions on a web site using web performance test (VSTS 2010). After recording the actions, i found that, password is recorded as blank.
Please see the screen capture below -
If i playback the script same username/password then the script is working fine. However, if i run the test with different username/password then errors are displaying .
Could anyone please let me know how to solve this?
Thanks, Narasimha.../n Please mark it as answer, if this reply answerd your question
- Edited by Narasimha.Y Wednesday, March 07, 2012 11:38 AM
All Replies
-
Wednesday, March 07, 2012 3:52 PM
Has the password being cached, so, if you run it next time it picks up the password by default? Try clearing the cache or running the test on another machine. Normally the password would get captured in the recording by the web performance test recorder.
Also, can you validate that if you were to log in to the application with the usernames, passwords that you have in the csv manually the combinations work.
Please remember to mark the replies as answers if they help.
Blog: http://geekswithblogs.net/TarunArora
Subscribe in a reader- Proposed As Answer by Jack Zhai - MSFTMicrosoft Contingent Staff, Moderator Tuesday, March 13, 2012 6:25 AM
- Marked As Answer by Jack Zhai - MSFTMicrosoft Contingent Staff, Moderator Thursday, March 15, 2012 1:50 AM
-
Wednesday, March 07, 2012 3:52 PM
vcLogin={{DataSource1.TR-UserAccounts#csv.Username}}
vsPassword={{DataSource1.TR-UserAccounts#csv.Password}} should be sufficient to get the authentication rolling if the username passwords in the csv are correct.Please remember to mark the replies as answers if they help.
Blog: http://geekswithblogs.net/TarunArora
Subscribe in a reader- Proposed As Answer by Jack Zhai - MSFTMicrosoft Contingent Staff, Moderator Tuesday, March 13, 2012 6:25 AM
- Marked As Answer by Jack Zhai - MSFTMicrosoft Contingent Staff, Moderator Thursday, March 15, 2012 1:50 AM


