Asp.net mvc user load testing

I need to log in about 100 users each with their own session to test the web application. I need some users to do some things.

What tool can I use to log in for many users, each of whom has his own session?

+4
source share
2 answers

Determine if you use Visual Studio 2010 Ultimate, if you have one. Verify that the Percentage of New Users property is set to 100 in the properties of the load test.

+2
source

Our product, a web performance loading tester, does this, as does most load testing tools.

0
source

Source: https://habr.com/ru/post/1343555/


All Articles