Skip to Main Content
Visual Studio Hacks
book

Visual Studio Hacks

by James Avery
March 2005
Intermediate to advanced content levelIntermediate to advanced
304 pages
19h 23m
English
O'Reilly Media, Inc.
Content preview from Visual Studio Hacks
334
|
Chapter 10, Work with Visual Studio Tools
#79 Stress Test Web Applications
HACK
the test name and a timestamp. Every time a test is performed, ACT gener-
ates a report, even if the test was stopped before it completed. And if you
rerun the same test with the same configuration over and over, ACT will still
generate separate reports for each test run.
To delete a test report, right-click on a report in the test results window and
select Delete.
If you do not like ACT’s report naming convention, you can rename a report
by right-clicking on it, selecting Rename, and typing in a new name. For
instance, you might want to name a report based on the test name and its
configuration, such as Report-GetOrdersDataSet-1000Iterations or Report-
GetOrdersDataSet-10Connections-1Hour.
Customizing Test Scripts
As mentioned earlier, browser recorded test scripts are autogenerated using
VBScript. This has its advantages, because you can customize and/or mod-
ify the generated VBScript to better suit the specific needs of your tests. In
most cases, the autogenerated script will be all you need, but it’s nice to
know that if you need to change it, you can very easily. You can see the gen-
erated VBScript by simply double-clicking a test in your ACT Project. A
sample is shown in Figure 10-8.
The format of the script is simple and modular. For every single request in
the recorded test, a
SendRequest( ) method is created, ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Microsoft Visual Studio 2015 Unleashed, Third Edition

Microsoft Visual Studio 2015 Unleashed, Third Edition

Mike Snell, Lars Powers
.Net Framework Essentials

.Net Framework Essentials

Thuan L. Thai, Hoang Lam
C# 5.0 Unleashed

C# 5.0 Unleashed

Bart De Smet
Programming .NET Security

Programming .NET Security

Adam Freeman, Allen Jones

Publisher Resources

ISBN: 0596008473Errata Page