VS2010 Testing web downloads using user logins

I am looking to create a Web performance test that can be bound to a CSV file with usernames and passwords so that I can run parallel tests with different users. How to change recorded WebTest to accomplish this?

+6
visual-studio-2010 load-testing webtest
source share
2 answers
+3
source share

Once you have added the csv file as the data source for the website,

  • right click website
  • select "properties"
  • set the username property to the correct data source field
  • set password property also
+2
source share

All Articles