Boyan's Blog

Snippets of code and fun.

Related Posts
  • Visual Studio Test Suite 2008: Unit Tests Pass but Load Tests Fail

    This is a problem I recently ran into: - I am using Visual Studio Test Suite 2008 to create load tests that run multiple unit tests - I created unit tests that run by getting configuration settings from an app.config file - If I run the unit test by itself, they pass - I placed the unit tests in a load...
  • Performance Testing: The Performance Test Plan

    I have always had a problem doing performance testing (aka load testing). I am quite adept at recording web tests and collecting counters, but I still find it troublesome interpreting the counters that I gather from load tests. The problem is that I need a plan that will produce relevant results with...
  • Setting up a load test database store with Visual Studio Test Edition

    When setting up Visual Studio to run load tests you might have noticed a nasty warning message such as this one: "The connection string for the database has not been set. To store your results in a database for post-run analysis, set the connections string to a valid load test results store."...
Page 1 of 1 (20 items)