Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS2010 Web Load Testing with 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 concurrent tests with different users. How do I modify a recorded WebTest in order to accomplish this?

like image 823
Micah Avatar asked Jan 21 '11 21:01

Micah


2 Answers

Have you checked out Walkthrough: Adding Data Binding to a Web Performance Test (CSV File)?

like image 95
Mehmet Aras Avatar answered Oct 19 '22 04:10

Mehmet Aras


Once you have added the csv file as a datasource to the webtest,

  1. right click on the webtest.
  2. select "properties"
  3. set the username property to the correct datasource field
  4. set the password property likewise
like image 24
Nat Avatar answered Oct 19 '22 02:10

Nat