开发者

Load testing an ASP.NET web site

开发者 https://www.devze.com 2023-02-13 18:10 出处:网络
I want to load test an ASP.NET web service.I have Visual Studio 2008 Professional Edition and Visual Studio 2010.

I want to load test an ASP.NET web service. I have Visual Studio 2008 Professional Edition and Visual Studio 2010.

Can either one of these products facilitate load testing? I can开发者_JS百科't seem to find anything and all Google returns is higher end editions of Visual Studio.

If not, what are some of the alternatives.

Or better yet, is there a product where I can feed it an IIS log and it will essentially replay it?


There is a free Microsoft load testing tool called WCAT. It is a command-line HTTP load generator that replays a test case script. To avoid creating the script manually, you can record your test case in Fiddler and then generate scrip using WCAT Fiddler Extension. This blog has a step-by-step instruction, which I tested, and it works.

On your question about replaying IIS log: check this source. It outlines how to generate WCAT script by querying IIS log using Log Parser. I did not test it though.


Is there a cheaper way to do load testing than upgrading to Visual Studio 2010 Ultimate
and also there was a tool called "MICROSOFT WEB APPLICATION STRESS TOOL" but i couldnt find its download apperantely MS removed it from its official page. check this forum for download link http://forums.iis.net/t/1161284.aspx for usage http://www.west-wind.com/presentations/webstress/webstress.htm


The Microsoft Visual Studio Team System 2008 Test Edition would also give you access to these tools. Unfortunately neither of the tools you mention include any load testing capability.

You may be able to get your licence for 2008 Professional edition changed to Test, but I doubt it now.

Here are a couple of other questions with answers that may help choose a tool.

  1. stress-and-performance-test-on-asp-net-app
  2. best-tool-for-performance-testing-asp-net
  3. how-to-set-up-a-load-stress-test-for-a-web-site
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号