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...
  • 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."...