Sign in
Sean Lumley's Blog
Web/Load Testing
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
Load Test
Pages
Visual Studio 2010
VSTS
VSTS Testing
VSTS2010
Web Test
Browse by Tags
MSDN Blogs
>
Sean Lumley's Blog
>
All Tags
>
web test
Tagged Content List
Blog Post:
Description of Tables and Columns in VS 2010 Load Test Database
slumley
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 name has been changed from LoadTest to LoadTest2010...
on
12 Feb 2010
Blog Post:
Convert Comments entered in Web Test Recorder into Transactions
slumley
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 number of people and thought it would be a useful...
on
26 Jan 2010
Blog Post:
VSTS 2010 Feature: Another Sample Web Test Recorder Plug-in
slumley
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 saved back to the web test editor. So if you always...
on
26 Jan 2010
Blog Post:
VSTS 2010 Feature: ASP.NET profiler integration with Load Tests
slumley
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 of data with your test runs. The following are...
on
12 Jan 2010
Blog Post:
VSTS 2010 Feature: Branching and Looping in Declarative Web Tests
slumley
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, you would have to go to code. In VSTS 2010 we...
on
12 Jan 2010
Blog Post:
VSTS 2010 Feature: Find/Replace in Web Test Editor
slumley
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 and then easily replace all instances of a...
on
11 Jan 2010
Blog Post:
VSTS 2010 Feature: Data Source Enhancements
slumley
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 I want to be able to use a column in my data...
on
4 Jan 2010
Blog Post:
Debugging Custom Validation/Extraction rules, Web Test and Load Test Plug-ins
slumley
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 and select Add –> Web Test Record a simple...
on
16 Nov 2009
Blog Post:
VSTS 2010 Feature: API for Processing Web Test Results
slumley
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 web test result was stored in a trx file which...
on
11 Nov 2009
Blog Post:
VSTS 2010 Feature: Making it easy to debug web tests using Fiddler
slumley
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 with Fiddler. If you are not familiar with Fiddler...
on
3 Nov 2009
Blog Post:
VSTS 2010 Feature: Load test virtual user activity visualization
slumley
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 to look at load test data. In this feature we will...
on
9 Jun 2009
Blog Post:
VSTS 2010 Feature: Extensible recorder plugins for modifying recorded web tests (including adding custom dynamic parameter correlation)
slumley
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 modifying recorded web tests. Basically we are giving...
on
4 Jun 2009
Blog Post:
VSTS 2010 Feature: Web Test Recorder Plugins
slumley
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 modifying recorded web tests. Basically we are giving...
on
3 Jun 2009
Blog Post:
VSTS 2010 Feature: Enhancements for Web Test Playback UI
slumley
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. The enhancements are 1) Find – You can now do...
on
28 May 2009
Blog Post:
VSTS 2010 Feature: Web Test Playback Enhancements
slumley
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. The enhancements are 1) Find – You can now do...
on
28 May 2009
Blog Post:
VSTS 2010 Feature: Creating excel reports for Load Test Data
slumley
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 reports with excel. With this release we have...
on
21 May 2009
Blog Post:
Using Fiddler to create web tests with transactions
slumley
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.aspx
on
5 May 2009
Blog Post:
Awesome new Web/Load testing reference guide available
slumley
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 UNIT TEST CONSIDERATIONS LOAD TEST CONSIDERATIONS...
on
31 Mar 2009
Blog Post:
How to run Web and Load Tests from the Command-Line
slumley
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
on
22 Dec 2008
Blog Post:
Running Web and Load tests from the Command-Line
slumley
This blog post will show you how to run a web test or load test from the command-line instead of from within Visual Studio. Most of the time you will want to run you web or load test from within visual studio, but you can run them from a command-line. Maybe you have a set of 5 web tests that you want...
on
22 Dec 2008
Blog Post:
Modifying Request Properties with a Web Test Plugin
slumley
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
on
22 Dec 2008
Blog Post:
Setting request properties with a Web Test Plug-in
slumley
This blog post will show you how to write a plug-in to set properties on each request. For example, you might want to reduce all think times by 10% or change the timeout values for a request or turn off dependent parsing. These are just a few examples but as you can imagine, you would not want to have...
on
22 Dec 2008
Blog Post:
Scriptable Parameter Values in web tests
slumley
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
on
16 Dec 2008
Blog Post:
Using new VS 2008 Web Test APIs to create Web Test Reports
slumley
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.com/slumley/pages/reporting-on-web-tests-using-new...
on
10 Sep 2008
Blog Post:
Reporting on web tests using new web test API's added in VS 2008 SP1
slumley
This blog will show you how to use some of the new API’s added in VS 2008 sp1 to collect additional request and transaction timing data. Here is a post with more info on the new API's: New API's In this example, I am going to collect additional data for web tests, pages and transactions, then store it...
on
10 Sep 2008
Page 1 of 2 (34 items)
1
2