Reputation: 31
We have just discovered that Visual Studio 2008 load testing appears to count and report on only the first 50 unique pages used in a given load test. This is obviously fairly useless for load tests that hit more than 50 different pages on a web server.
Is this a hard restriction or is this perhaps configurable somewhere in the registry?
Does anyone know if the same limitation exists in Visual Studio 2010?
Upvotes: 0
Views: 138
Reputation: 31
After checking with Microsoft, it looks like this is simply a limitation of the controls used on the load test results page.
It appears that all request results are in the load test database but the on-screen graph and the export is limited to 50 unique requests.
Microsoft has confirmed that this issue no longer exists in VS2010.
Upvotes: 1
Reputation: 1
In VS 2010 you can configure the number of urls reported by the Load Test Runconfig option "Maximum Request URLs Reported". Default value is 1000.
Upvotes: 0