I currently using a WebTest to test a system. The user can vote and then can't log back in to change his vote.
The WebTest use a list of username from a CSV file and all the account have a default password for testing purposes.
Since I wan't to see how the website will react with a lot of concurrent user login in at the same time, I wonder how to parametrize the Load Test.
Ideas? Solutions?