Introduction to Application Center Test
Application Center Test (ACT) is an enterprise tool integrated into the Visual Studio .NET development environment that allows stress and regression testing of Web projects.
Note
Application Center Test is available only in the Enterprise Developer and Enterprise Architect versions of Visual Studio .NET.ACT enables you to create VBScript or JScript routines to drive testing. Using ACT, you can create complex tests that can run repeatedly to provide baselines for performance and to ensure that software issues haven't crept into the project.The ACT product distributed with .NET is a subset of the functionality found in Application Center, which is a Microsoft enterprise tool allowing creation and management of clustered Web servers. The Application Center Test in the Application Center suite also allows tests to be run from multiple client computers because the load generated from a single computer is limited by processor, memory, disk, or network connection at some point.Some features of the main ACT included in Visual Studio .NET are- Integrates with the Visual Studio .NET integrated development environment (IDE)
- Creates and manages cookies
- Records a test script while browsing with Microsoft Internet Explorer
- Supports testing of secure sockets layer (SSL) Web pages
- Allows several authentication schemes
- Accumulates test data for later analysis
- Allows configurable simultaneous connections to drive the testing from a single computer
- Does not allow multiple client computers to be coordinated
- Is not appropriate for heavy load testing of scaleable sites
The last two items are part of the full Application Center product.
Strategy for Using ACT
The easiest way to use ACT is from the Visual Studio .NET IDE. You can add an ACT project to your solution and run it directly from Visual Studio .NET. This allows testing and editing of the script, but you don't have the same robust functionality of using ACT outside the Visual Studio .NET environment.A second way to use ACT is in standalone mode. From the Visual Studio .NET menu, ACT is available under Visual Studio Enterprise Features. Using the standalone program enables you to set many more parameters than using the IDE integrated ACT, such as connections and iterations from the user interface. Using the standalone version also enables you to create specific users that are used to run the test, in addition to the ability to add performance counters.For creating the test script, a recording tool is included that works like a macro recorder you learned about this week when creating macros in Visual Studio .NET. When you start recording, the recording tool opens a Microsoft Internet Explorer (IE) session, enabling you to manually browse through the target Web site, clicking on the features or links you want to test. As you're clicking around in IE, each click is recorded and the data being downloaded to the browser is recorded. This is the basis for the test.
• Table of Contents
• Index
Sams Teach Yourself Visual Studio® .NET 2003 in 21 Days
By
Jason Beres
Publisher
: Sams Publishing
Pub Date
: January 14, 2003
ISBN
: 0-672-32421-0
Pages
: 696
Sams Teach Yourself Visual Studio .NET in 21 Days will help developers that are new to application development and experienced developers understand how to use the .NET Framework and Visual Studio .NET to rapidly develop any type of computer application. The Visual Studio .NET development environment is the most comprehensive developer tool ever created, putting that together with the .NET Frameworks' Class Libraries, the developer has everything he or she needs to get up-to-speed on Microsoft's latest revolution in application development. This book will guide the developer through using the VS .NET IDE, the Visual Basic .NET and C# language, and the supporting tools available from Microsoft to create Windows and Web-based applications. The market is full of books that pretty much say the same thing, which is already available in the help files, the author of this book has written and deployed over a dozen successful applications using Visual Studio .NET and the .NET Framework. All of his expertise and experience is used to give you the most comprehensive title on using Visual Studio .NET.