Load Testing in VS2010 doesn't seem to report results

你说的曾经没有我的故事 提交于 2019-12-23 16:56:39

问题


I do the following:

  1. Create a Web Performance Test. Browse around cnn.com while the recorder records the steps.
  2. Create a Load Test. Go through the wizard, attach the Web Perf Test created in the previous step.
  3. Run the Load Test. It seems to run fine with all kinds of colorful statistics and I can see requests going out via TcpView utility. The screen looks like this, while running:

When it's all done, I get a blank screen without any results (see below).

Am I missing something simple?


回答1:


Load Tests results need to be stored in a database. Have you configure the connection string for the sql server where the LoadTests2010 database exists?

If not, check these links to see how to create the database and configure the connection string:

  • How to: Create a Load Test Results Repository Using SQL
  • How to: Select a Load Test Results Repository


来源:https://stackoverflow.com/questions/10391044/load-testing-in-vs2010-doesnt-seem-to-report-results

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!