Sign in
Bill Barnett's blog
Visual Studio Team System - Web and Load Testing
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
Load test
Pages
testing
tsbt-tst
Unit test
Visual Studio 2010
VSTS
VSTS Testing
VSTS2010
Web test
Browse by Tags
MSDN Blogs
>
Bill Barnett's blog
>
All Tags
>
pages
Tagged Content List
Blog Post:
Diagnosing OutOfMemoryExceptions that occur when running load tests
billbar@microsoft.com
We’ve had a number of users report OutOfMemoryExceptions occurring in the QTAgent process (or the VSTestHost process when running locally). There can be several different causes of the OutOfMemoryExceptions. This article attempts to help diagnose and prevent these problems. First a bit of background...
on
5 Aug 2008
Blog Post:
Load Test API enhancements in VSTS 2008 SP1 (beta)
billbar@microsoft.com
The beta for Visual Studio 2008 SP1 is now available. This article describes enhancements to the VSTS Load Test API for use by a LoadTestPlugin that have been added in this update. For complete details on changes and bugs fixes in this release, see Ed Glas's blog post at: http://blogs.msdn.com/edglas...
on
4 Jun 2008
Blog Post:
Web Test API enhancements available in VSTS 2008 SP1 (beta)
billbar@microsoft.com
The beta for Visual Studio 2008 SP1 is now available. This article describes enhancements to the VSTS Web test API that have been added in this update. For complete details on changes and bugs fixes in this release, see Ed Glas's blog post at: http://blogs.msdn.com/edglas/archive/2008/05/27/vs-2008-sp1...
on
4 Jun 2008
Blog Post:
Moving VSTS 2005 Load Test results from one computer to another
billbar@microsoft.com
In VSTS 2008, it is now possible to easily export load test results from one test environment and import them into a load test results database on another machine using the Load Test Run as described in this blog post by Sean Lumley: http://blogs.msdn.com/slumley/pages/managing-load-test-results.aspx...
on
3 Apr 2008
Blog Post:
Adding Console Output to Load Tests running Unit Tests
billbar@microsoft.com
VSTS allows you to use the Console.WriteLine within unit tests, but the output is only valid when doing a single pass of the unit test. When running the unit test in a load test, there is no built in mechanism for outputting comments or data. The following routines will allow you to track custom messages...
on
3 Apr 2008
Blog Post:
Troubleshooting the VSTS Load Testing IP Switching Feature
billbar@microsoft.com
First some background on how IP Switching works with VSTS, which may differ from other load test tools you have used: Many other load testing tools that support IP Switching (also known as IP spoofing) require you to add the IP addresses to the network interface card (NIC) manually, and then the IP...
on
28 Nov 2007
Blog Post:
Features and behavior of Load Tests containing unit tests in VSTS 2008
billbar@microsoft.com
This article describes the behavior in VS 2008 for load tests that contain unit tests (VS 2005 was slightly different in some respects). Instances of unit test classes in a load test Each time an iteration of a unit test is run in a load test, a new instance of the unit test class is instantiated...
on
12 Oct 2007
Blog Post:
Using a load test plugin to limit the number of tests run in a load test
billbar@microsoft.com
Normally the number of iterations of the inner tests (usually web tests and unit tests) run during a Visual Studio Team System (VSTS) load test is determined by the duration of the load test. However, some users which to control the number of inner test iterations exactly. There is not direct support...
on
16 Feb 2006
Blog Post:
What is the data in the VSTS load test results store
billbar@microsoft.com
Table: LoadTestRun : Contains one row for each load test that is executed. Columns: LoadTestRunId (int): A unique Id for this load test run in this load test results store. The value is 1 for the first load test and increments for each load test that is executed. All of the tables in the load...
on
10 Feb 2006
Blog Post:
Implementing sync points in VSTS load tests
billbar@microsoft.com
Visual Studio Team System load tests do not have a "sync point" feature that lets a load tester specify that some number of test instances for different virtual users should all sync up at the same point of execution in the test. However, with some caveats it is possible to implement sync points in...
on
9 Feb 2006
Blog Post:
Advanced Load Testing Features of Visual Studio Team System
billbar@microsoft.com
Visual Studio Team Test Edition provides two capabilities that can allow users to create load tests of web sites quickly and easily: the Web Test recorder and the Load Test wizard. In fact, these tools make this process so easy that it is tempting to use the web tests and the load tests that result from...
on
24 Jan 2006
Page 1 of 1 (11 items)