AngryHacker
AngryHacker

Reputation: 61646

Load Testing in VS2010 doesn't seem to report results

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:

enter image description here

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

Am I missing something simple?

Upvotes: 3

Views: 526

Answers (1)

chaliasos
chaliasos

Reputation: 9793

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:

Upvotes: 3

Related Questions