asp.net application performance and stress testing ? Please guide -
Thank you for your attention and time.
I want to test the ASP.NET application for stress, loads and performance please guide me that free tools should be used for this?
Thank you in anticipation for your help
Dynastres Client-Server Web Performance Tool is. The client part, called, is free, is a complete demonstration test tool. It detects asynchronous javascript functions including full time trip times, and reports performance by method or event. The V 2.0 beta has just arrived, and other popular and free browsers performance testing is very stable and more powerful than the add-on (firebug, yslo, etc.).
The server part of dynaTrace is designed to test ASP.NET code-level performance, but it's not free. So check the stackoverflow theme whether a free one. NET code profile will work for you.
Use your app to load generator to test under load. See for free that allows to simulate various load scenarios.
Comments
Post a Comment