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
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
Convert Comments entered in Web Test Recorder into Transactions
Posted
over 3 years ago
by
slumley
2
Comments
This post is going to be one more sample of a Web Test Recorder Plug-in. The recorder plug-ins are a new feature in VS 2010. In this sample, we will convert comments that are entered in the recorder into transactions. I have heard this request from a...
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
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: Branching and Looping in Declarative Web Tests
Posted
over 3 years ago
by
slumley
0
Comments
We continue to add features to the declarative web test model that will try to allow you to stay in the web test editor and only go to code for custom rules, plugins, etc. Prior to VSTS 2010, if you wanted to do any real branching or looping in web tests...
Sean Lumley's Blog
VSTS 2010 Feature: Find/Replace in Web Test Editor
Posted
over 3 years ago
by
slumley
0
Comments
This blog post will describe the find/replace functionality added to the web test editor. This functionality was added in the Beta 2 release. A piece of feedback that we have heard a number of times is “It would be nice if I could create a context parameter...
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
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
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
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
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: 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
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: 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 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
Using Fiddler to create web tests with transactions
Posted
over 4 years ago
by
slumley
1
Comments
Check out this blog post from Eric Mattingly about extenstions he added to fiddler for creating VSTS web tests with transactions: http://blogs.msdn.com/nexpert/archive/2009/05/04/creating-transactional-web-tests-for-visual-studio-with-fiddler-nexpert...
Sean Lumley's Blog
Creating a custom step load profile
Posted
over 4 years ago
by
slumley
1
Comments
This blog post will show you how to create custom load profiles by walking you thorugh the process of creating one which will step the user load up and then back down: http://blogs.msdn.com/slumley/pages/creating-a-custom-load-profile-which-will-step...
Sean Lumley's Blog
Load Test Plug-in Overview and Samples
Posted
over 4 years ago
by
slumley
1
Comments
This blog post gives an overview of the load test plug-in extensibility point and provides a few samples of what they can do: http://blogs.msdn.com/slumley/pages/load-test-plug-ins.aspx
Sean Lumley's Blog
Awesome new Web/Load testing reference guide available
Posted
over 4 years ago
by
slumley
0
Comments
Check out the following guide for answers to many different questions on web and load testing: http://vstt2008qrg.codeplex.com/ This covers the following topics: SETUP CONSIDERATIONS WEB TEST CONSIDERATIONS WEB SERVICE TEST CONSIDERATIONS...
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
Modifying Request Properties with a Web Test Plugin
Posted
over 5 years ago
by
slumley
2
Comments
This blog post will show you how you can create a simple web test plugin which can be used to easily modify properties of each request in a web test: http://blogs.msdn.com/slumley/pages/setting-request-properties-with-a-web-test-plug-in.aspx
Sean Lumley's Blog
Scriptable Parameter Values in web tests
Posted
over 5 years ago
by
slumley
2
Comments
This post will show you how to imbed code in a parameter value of a web test without having to create a new plugin: http://blogs.msdn.com/slumley/pages/using-scriptable-parameter-values-in-a-web-test.aspx
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...
Sean Lumley's Blog
Collecting Code Coverage when Running Web and Load Tests
Posted
over 5 years ago
by
slumley
4
Comments
This blog post will show you how you can collect code coverage data when running web and load tests: http://blogs.msdn.com/slumley/pages/collecting-code-coverage-data-when-running-web-load-tests.aspx
Sean Lumley's Blog
Sharing Test Results
Posted
over 5 years ago
by
slumley
1
Comments
Check out this blog post for how to share test results: http://blogs.msdn.com/slumley/pages/sharing-results.aspx
Page 1 of 3 (58 items)
1
2
3