Click here to Skip to main content
15,880,854 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am looking for a recent best solution that meet following requirements to load/stress testing web application: It should simulate typical work of multiple users simultaneously. That typical work must include logon, displaying list of objects (supposing some Order object), creating new object and saving it, editing existing object and saving it, editing the same object and saving it multiple times with pauses.

Very important part of the test is that the test must list C# methods and SQL queries that have been called during test and display metrics about them, mainly number of calling and their duration time. It must highlight bottlenecks.

Tested web application is based on: ASP.NET MVC, .NET Framework 4.6, Entity Framework, C#, JS, AJAX, JQuery. Database provider for storing business objects may vary: Sql Server, Postgres, Oracle, MySql. Application is hosted on MS IIS.

What I have tried:

stackoverflow.com - what a stupid idea, there are more censors on their site than programmers.
Posted
Updated 13-Mar-21 23:43pm

1 solution

I think Prefix comes close to what you want, see: net-debugging-tools[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900