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

前端 未结 2 784
小鲜肉
小鲜肉 2020-12-06 11:37

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 F

相关标签:
2条回答
  • 2020-12-06 12:04

    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.

    0 讨论(0)
  • In addition to @AdrianHHH answer: Running Visual Studio 2015 you will find it in the renamed Enterprise Edition.

    VS2015 reduces to three versions:

    • Visual Studio Community Free, fully-featured IDE for students, open-source and individual developers
    • Visual Studio Professional Professional developer tools, services, and subscription benefits for small teams
    • Visual Studio Enterprise End-to-end solution to meet demanding quality and scale needs of teams of all sizes

    Basic info at Visual Studio 2015 pricing

    In detail at Visual Studio 2015 Licensing White Paper

    0 讨论(0)
提交回复
热议问题