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
>
load 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: 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: 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: Load Test Excel Report Integration
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
22 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:
Creating a custom step load profile
slumley
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-user-load-up-and-then-back-down.aspx
on
4 May 2009
Blog Post:
Creating a custom load profile which will step user load up and then back down
slumley
This blog post is going to show you how to create a custom load profile. Out of the box there are 3 load profiles: constant, step and goal. I will show you how to create a load profile and how to set it with a load test plug-in. We will walk through creating a profile which is similar to the step profile...
on
4 May 2009
Blog Post:
Load Test Plug-in Overview and Samples
slumley
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
on
10 Apr 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:
Collecting Code Coverage when Running Web and Load Tests
slumley
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
on
8 Jul 2008
Blog Post:
Collecting Code Coverage Data when Running Web/Load Tests
slumley
This blog post will show you how to collect code coverage data from your asp.net applications while running a web test. In this post I will go over how to collect coverage data when running your asp.net app against the development server and against IIS. First let’s create a very simple web app...
on
8 Jul 2008
Blog Post:
Sharing Test Results
slumley
Check out this blog post for how to share test results: http://blogs.msdn.com/slumley/pages/sharing-results.aspx
on
12 May 2008
Blog Post:
Sharing Results
slumley
This blog will just point out the ability to save out results of a set of tests. For example, you can run a web test or a set of unit tests and then share those results with another person on your team. Maybe you ran a web test and see a problem that you want to share with a developer. You can export...
on
12 May 2008
Blog Post:
How to create a custom counter set
slumley
The following blog post will describe how to create custom counter sets: http://blogs.msdn.com/slumley/pages/creating-custom-counter-sets.aspx
on
4 May 2008
Blog Post:
Creating custom counter sets
slumley
This blog post will describe how to create custom counter sets. First let me start with what a counter set is. It is a collection of counters that you can collect during the execution of a load test. Visual Studio provides a number of counter sets already defined. They are sets such as IIS or SQL. In...
on
4 May 2008
Blog Post:
Access Methods in Web Test Data Sources
slumley
The following blog post will discuss access methods in data sources and what happens when you run a load test on multiple agents. http://blogs.msdn.com/slumley/pages/description-of-access-methods-in-data-sources.aspx
on
14 Mar 2008
Blog Post:
Description of Access methods in data sources
slumley
This blog post will discuss the access methods of data sources. Data sources are used when you want to bind a field in your web test to a database, csv file, xml file, etc. For example you might have a database that contains a list of users for your system. If you add this database to your web test,...
on
14 Mar 2008
Page 1 of 2 (28 items)
1
2