Visual Studio Team System - Web and Load Testing
Browse by Tags
All Tags »
Unit test (RSS)
-
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...
|
-
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...
|