Load testing for signalR core

Meray Wafik 1 Reputation point
2021-09-20T21:25:19.077+00:00

Good Day,

I was trying to perform load testing for an auction mobile application , we use signalR core and agora as a server , However Crank and tresi are deprecated long time ago (as per my understanding) and it is quite challenging for me to simulate concurrent users using the app , would you please help me by suggestions / articles other than the ones in Microsoft websites

Thanks

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,161 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,254 questions
Visual Studio Testing
Visual Studio Testing
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Testing: The act or process of applying tests as a means of analysis or diagnosis.
328 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Brando Zhang-MSFT 2,956 Reputation points Microsoft Vendor
    2021-09-22T05:41:17.41+00:00

    Hi MerayWafix-4913,

    If you don't want to use the Crank or else, I suggest you could try with these third-party tools, signalr-tester or Jmeter. But I think all the tester is send multiple request to the server and keep alive to check if your server could serve many connection at some time.

    1 person found this answer helpful.