Sign in
Sean Lumley's Blog
Web/Load Testing
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Load Test
Pages
Visual Studio 2010
VSTS
VSTS Testing
VSTS2010
Web Test
Archive
Archives
February 2010
(1)
January 2010
(6)
November 2009
(4)
June 2009
(3)
May 2009
(7)
April 2009
(2)
March 2009
(1)
December 2008
(6)
September 2008
(2)
July 2008
(2)
May 2008
(4)
March 2008
(2)
January 2008
(1)
December 2007
(2)
November 2007
(2)
September 2007
(2)
July 2007
(5)
June 2007
(10)
April 2007
(8)
December 2006
(13)
November 2006
(1)
September 2006
(2)
June 2006
(2)
May 2006
(2)
April 2006
(3)
February 2006
(2)
January 2006
(1)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Sean Lumley's Blog
Load Test Reports
Posted
over 7 years ago
by
slumley
7
Comments
I have been working on creating a set of reports which will report on the data in the Load Test Results store which is part of Visual Studio 2005 Team Test Edition. These reports have been developed using SQL Server Reporting Services. One of the benefits...
Sean Lumley's Blog
VSTS 2010 Feature: Load Test Excel Report Integration
Posted
over 4 years ago
by
slumley
13
Comments
Now that VSTS 2010 beta 1 is available I will be writing a series of blog posts highlighting new Web and Load testing features. You can get the beta here: beta download The first feature that I want to review is creating load test run to run comparison...
Sean Lumley's Blog
Description of Tables and Columns in VS 2010 Load Test Database
Posted
over 3 years ago
by
slumley
4
Comments
In this blog post I am going to update Bill Barnett's post which describes the tables and columns in the load test database. Here is Bill's original post which applies to VS 2005 and VS 2008: 2008 Database First, in VS 2010 the default load test database...
Sean Lumley's Blog
VSTS 2010 Feature: Enhancements for Web Test Playback UI
Posted
over 4 years ago
by
slumley
5
Comments
This is my second post about new VS 2010 web/load testing features. You can get the beta here: beta download In this post I am going to talk about a number of usability enhancements that we made to the Web Test Playback UI and how you can use them...
Sean Lumley's Blog
VSTS 2010 Feature: Load test virtual user activity visualization
Posted
over 4 years ago
by
slumley
6
Comments
This is another post about new VS 2010 web/load testing features. You can get the beta here: beta download In this post I am going to talk about a new load test feature called “Load test virtual user activity visualization”. This feature is a new way...
Sean Lumley's Blog
Adding Different Types of Data Sources to a Web Test
Posted
over 7 years ago
by
slumley
2
Comments
Here is an article which describes how to add different types of data sources to a web test: http://blogs.msdn.com/slumley/pages/adding-different-types-of-data-sources-to-a-web-test.aspx
Sean Lumley's Blog
Custom Data Binding in Web Tests
Posted
over 7 years ago
by
slumley
0
Comments
We have had a few questions about being able to data bind web tests to either formats that we do not support or to something other than a table, such as a select statement. This post should walk you through one way of creating custom data binding: http...
Sean Lumley's Blog
Load Testing Web Services with Unit Tests
Posted
over 7 years ago
by
slumley
3
Comments
Here is an article which describes how to load test web services with unit tests: http://blogs.msdn.com/slumley/pages/load-testing-web-services-with-unit-tests.aspx
Sean Lumley's Blog
VSTS 2010 Feature: API for Processing Web Test Results
Posted
over 4 years ago
by
slumley
4
Comments
One request which we have received a number of times is something like, “The Web test playback UI is great for when you are in VS, but I need to share these results with others. Can I generate a report from the web test result?” In VS 2005 and 2008, the...
Sean Lumley's Blog
Debugging Web Tests
Posted
over 6 years ago
by
slumley
3
Comments
This article will walk you through the process for debugging a web test. http://blogs.msdn.com/slumley/pages/how-to-debug-a-web-test.aspx
Sean Lumley's Blog
Recording Web Tests with Fiddler
Posted
over 6 years ago
by
slumley
3
Comments
The following article discusses enhancements made to fiddler which make it easier to use fiddler for recording/saving VSTS web tests. http://blogs.msdn.com/slumley/pages/enhanced-web-test-support-in-fiddler.aspx
Sean Lumley's Blog
VSTS 2010 Feature: Extensible recorder plugins for modifying recorded web tests (including adding custom dynamic parameter correlation)
Posted
over 4 years ago
by
slumley
2
Comments
This is another post about new VS 2010 web/load testing features. You can get the beta here: beta download . In this post I am going to talk about a new feature that can help with web test recording. The feature is extensible recorder plug-ins for...
Sean Lumley's Blog
VSTS 2010 Feature: Load Testing Run Comparison Report in Excel
Posted
over 4 years ago
by
slumley
2
Comments
This blog post is going to be about one of my favorite new features added for Beta2. In Beta1 we added excel integration for reporting on Load Test Reports. In beta1, the report that was added was a trend report which would give you a feel for how certain...
Sean Lumley's Blog
Developing a Fiddler Web Test Plugin
Posted
over 6 years ago
by
slumley
6
Comments
The following article walks you through the process of writing your own fiddler web test plugins and shows you how you can modify what fiddler saves to the .webtest file: http://blogs.msdn.com/slumley/pages/writing-fiddler-web-test-plugins.aspx
Sean Lumley's Blog
How to run Web and Load Tests from the Command-Line
Posted
over 5 years ago
by
slumley
3
Comments
This blog post will show you how you can run web and load tests from the command-line: http://blogs.msdn.com/slumley/pages/running-web-and-load-tests-from-the-command-line.aspx
Sean Lumley's Blog
VSTS 2010 Feature: Another Sample Web Test Recorder Plug-in
Posted
over 3 years ago
by
slumley
1
Comments
In a previous post I wrote about a new feature that was added for VS 2010 called extensible recorder plug-ins. Here is that post: Recorder Plug-ins Basically recorder plug-ins give you the opportunity to modify a recorded web test prior to the test being...
Sean Lumley's Blog
Description of web test execution
Posted
over 5 years ago
by
slumley
3
Comments
This blog post will describe what happens and what does not happen when a web test executes: http://blogs.msdn.com/slumley/pages/web-tests-work-at-the-http-layer.aspx
Sean Lumley's Blog
VSTS 2010 Feature: ASP.NET profiler integration with Load Tests
Posted
over 3 years ago
by
slumley
0
Comments
One of the new features in VSTS 2010 is Data Collectors. Data collectors can run as part of your test run and then associate the data collected with the test. This is also an extensibility point. You can create your own data collectors and store any kind...
Sean Lumley's Blog
VSTS 2010 Feature: Making it easy to debug web tests using Fiddler
Posted
over 4 years ago
by
slumley
0
Comments
VSTS 2010 Beta2 is out and there are a number of blog posts I want to write on the features now available to you. Check out Ed Glas’s blog post on the full set: Beta2 Features The first small feature that I am going to talk about is better integration...
Sean Lumley's Blog
VSTS 2010 Feature: Data Source Enhancements
Posted
over 3 years ago
by
slumley
2
Comments
This blog post will describe the enhancements that have been made to the data source functionality in web tests. We have heard the following feedback a number of times: I would like to be able to reload the data source while a load test is running...
Sean Lumley's Blog
Another Fiddler Web Test Plugin Example
Posted
over 6 years ago
by
slumley
2
Comments
Please see this article for a simple example of a fiddler web test plugin: http://blogs.msdn.com/slumley/pages/another-fiddler-plugin-example.aspx
Sean Lumley's Blog
Debugging Load Test Errors
Posted
over 6 years ago
by
slumley
4
Comments
This blog post will walk you through how to debug one type of error that may appear during your load test: http://blogs.msdn.com/slumley/pages/debugging-errors-in-load-test.aspx
Sean Lumley's Blog
Debugging Custom Validation/Extraction rules, Web Test and Load Test Plug-ins
Posted
over 4 years ago
by
slumley
1
Comments
Most of my recent posts have been about new features in VS 2010. This post is going to show you how to debug your custom rules. This applies to VS 2005, VS 2008 and VS 2010. First let’s create a Test Project Then Right click on the project node...
Sean Lumley's Blog
Load Test Reports are Available
Posted
over 7 years ago
by
slumley
6
Comments
The following link is for the load test reports which I wrote about in the last post. These reports have been developed using SQL Server 2005 Reporting Services. Please try them out and let me know what you think. http://www.codeplex.com/loadtestreports...
Sean Lumley's Blog
Using new VS 2008 Web Test APIs to create Web Test Reports
Posted
over 5 years ago
by
slumley
2
Comments
This blog post will make use of the some of the new web test API's added in VS 2008 SP1. This post will use the API's to collect additional web test information and then show you how to use excel to generate reports with this data. http://blogs.msdn...
Page 1 of 3 (58 items)
1
2
3