Microsoft KB Archive/307492

From BetaArchive Wiki
Knowledge Base


INFO: Application Center Test (ACT) Tests Your Web Applications by Simulating Load

Article ID: 307492

Article Last Modified on 11/3/2003



APPLIES TO

  • Microsoft Visual Studio .NET 2002 Professional Edition
  • Microsoft Application Center 2000 Standard Edition



This article was previously published under Q307492

SUMMARY

This article provides information about the new Application Center Test (ACT) tool. You can use ACT to simulate load for your Web applications. By simulating load for your application, you can test concurrency issues, as well as better understand how your application behaves under stress.

The Web Application Stress tool previously provided this functionality. For more information about the Web Application Stress tool, see the "References" section.

Please note that testing load and concurrency by refreshing a browser is not considered a valid test.

MORE INFORMATION

When you use Application Center Test to stress test your Web server, you can see how your Web server reacts when several hundred users access your application at peak times. You can also use ACT to test the server-side components for performance, locks, and other scalability issues. In addition, you can test a Web application that relies on databases based on parameters such as concurrency, transactions, number of users, locks, pooling, and so on.

Application Center Test comes in one version, the Developer Edition, that is included with Visual Studio .NET Enterprise Developer and is recommended for optimizing code during the development process. You can use the Developer Edition directly within the Visual Studio .NET Integrated Development Environment (IDE), though with limited project configuration options. Advanced project configuration options are available when you open the project within the stand-alone ACT program.

For more information on how to create and configure ACT projects, refer to the product documentation and help files that are included with Application Center 2000 and Visual Studio .NET or the following MSDN Web site:

Microsoft Application Center Test 1.0, Developer Edition
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/act/htm/actml_main.asp


REFERENCES

For additional information about the Web Application Stress tool, click the article number below to view the article in the Microsoft Knowledge Base:

231282 INFO: Stress Tools to Test Your Web Server


For more information, refer to the Microsoft Application Center Web site:


Additional query words: ACT

Keywords: kbinfo kbperformancetool KB307492