I have created a Web and Load test project in Visual Studio 2015. It has a webtest which has recorded steps of a scenario. It contain a form with a username to login (in my case password is not required). I have also added a datasource with 25 user names for the form parameter. I have added a load test with the above webtest to run it for 25 users in parallel with different usernames. But the load test is running with the same user name. Can any one suggest me, how to configure it for different users.
Thanks for the help.