Visual Studio Team System - Web and Load Testing
Browse by Tags
All Tags »
Load test (RSS)
-
If you want to collect performance counters from a SQL Server instance while running a load test, you can do this easily by selecting checking the SQL counter set in the "Manager Counter Sets" dialog in the VSTS load test editor. Doing this includes the Read More...
|
-
I've posted a new article on diagnosing problems running out of memory while running a VSTS load test: http://blogs.msdn.com/billbar/pages/diagnosing-outofmemoryexceptions-that-occur-when-running-load-tests.aspx . Read More...
|
-
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 Read More...
|
-
Unfortunately, late last week we discovered a nasty bug with load testing in VSTS 2008 SP1 that is a regression from the original RTM version of VSTS 2008: for Web test requests that result in redirects, any think time that is specifed on the request Read More...
|
-
As mentioned in previous blog posts, the beta version of VSTS 2008 SP1 is now available. In order to implementation the Load Test API enhancements (described here: http://blogs.msdn.com/billbar/pages/load-test-api-enhancements-in-vsts-2008-sp1-beta.aspx Read More...
|
-
In a previous blog post here: http://blogs.msdn.com/billbar/archive/2007/01/22/simulation-of-browser-caching-in-vsts-load-tests-and-web-tests.aspx , I described the behavior of caching with VSTS 2005. With VSTS 2008, t he default caching behavior is the Read More...
|
-
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 Read More...
|
-
I've posted an article on "Moving VSTS 2005 Load Test results from one computer to another": http://blogs.msdn.com/billbar/pages/moving-vsts-2005-load-test-results-from-one-computer-to-another.aspx Read More...
|
-
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 Read More...
|
-
I've posted an article on "Adding Console Output to Load Tests running Unit Tests": http://blogs.msdn.com/billbar/pages/adding-console-output-to-load-tests-running-unit-tests.aspx . Read More...
|
-
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 Read More...
|
-
Ed Glas has posted a "Content Index for Web and Load Tests" on his blog at: http://blogs.msdn.com/edglas/pages/content-index-for-web-tests-and-load-tests.aspx . This provides links to a variety of online resources (forums, blogs, whitepapers) for VSTS Read More...
|
-
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 Read More...
|
-
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 Read More...
|
-
In a VSTS load test that contains Web tests, the load test attempts to simulate the caching behavior of the browser. Here are some notes on how that is done: · There is a property named on each request in a Web test named “Cache Control” in the Web test Read More...
|