Install Web Performance and Load Test Project Template into Visual Studio Professional 2012

Mert Nuhoglu picture Mert Nuhoglu · Jul 4, 2013 · Viewed 21.1k times · Source

I want to do load testing inside Visual Studio Professional 2012. According to the tutorial here http://msdn.microsoft.com/en-us/library/vstudio/ms182551.aspx, under File > Add > New Project > Installed Templates > Visual C# > Test there should be a project template called Web Performance and Load Test Project.

But there is none in my tool. VS only presents Unit Test as here:

http://dl.dropbox.com/u/103580364/temp/pordiva000005.jpg

I searched inside online templates the keyword "performance" but there was no such a template again:

http://dl.dropbox.com/u/103580364/temp/pordiva000006.jpg

How can I find and install that project template called Web Performance and Load Test Project?

Answer

AdrianHHH picture AdrianHHH · Jul 4, 2013

I believe you cannot do that. Web performance and load tests are only available within Visual Studio Ultimate edition. See http://www.microsoft.com/visualstudio/eng/products/compare

In summary, there are five version of Visual Studio

  • Express, the free version. Limited in functionality. Does not support extensions.
  • Professional, has most of the development tools.
  • Premium, adds Coded UI testing
  • Ultimate, adds web performance and load testing.

  • Test professional, has some test tools but no development tools.