Cloud-based load testing service end of life

Jamie Cool

Update: October 3,2022


You can now use Azure Load Testing for load testing your applications. Azure Load Testing is a fully managed service to generate high-scale load and identify app performance bottlenecks.

When Visual Studio 2019 Preview 1 shipped in early December, we announced our plans to deprecate the load test functionality in Visual Studio. Visual Studio 2019 will be the last version of Visual Studio with web performance and load test features.

To give our customers plenty of notice, I also wanted to let everyone know that we plan on closing down the corresponding Azure DevOps cloud-based load testing service on March 31st, 2020.

Why

Load testing helps you ensure that your apps can scale and do not go down when peak traffic hits. Although we have been shipping our load testing tools and our cloud-based load testing service for many years, unlike our other services their adoption has not been growing. While it is difficult for me to pinpoint one specific reason for this, there are a few contributing factors, including:

  • Load testing is typically initiated for seasonal events such as tax filing season, Black Friday, Christmas, summer sales, etc. The classic example I always like to give is the NORAD Santa Tracker
  • Load testing requires a certain level of expertise to ensure you have the confidence in the results. This ranges from understanding the application & deployment architecture, designing of load tests, authoring/executing of tests at scale and analyzing the results to identify performance and application bottlenecks.
  • We’ve found that very few organizations rely on in-house expertise for this. Instead, most prefer to engage consultants to help them.

Also, frankly, I feel that our offering has fallen behind. When I look around at other offerings in this space (open source as well as commercial offerings that sometimes include consulting services) I honestly feel they are now better suited to meet the needs of our customers.

Please do not think that we are saying that load testing is not important. On the contrary – load testing, done well, remains relevant and will continue to be very important for some of our customers. But I think this need is now best addressed by making sure we have great partner provided or open source load testing options integrated into Azure DevOps.

Timeline for deprecation

  1. Visual Studio and Test Controller/Test Agent for on-premises load testing: Visual Studio 2019 will be the last version of Visual Studio with the web performance and load test capability. Visual Studio 2019 is also the last release for Test Controller and Test Agent (installed via the ‘Agents for Visual Studio’ SKU) for setting up a load test rig on-premises on in a virtual machine.

    While no new features will be added, load test in VS 2019 will continue to be supported for any issues that may arise during the support lifecycle of the product. As outlined in the product lifecycle and servicing documentation, you can continue to use the on-premises offering and will be fully supported for the next 5 years and an additional 5 years of extended support is also available should you need it. Different Visual Studio versions can be installed side-by-side on the same machine. This means that you can continue to use Visual Studio 2019 to maintain your on-premises load tests, while using a newer Visual Studio version when it becomes available in the future for other development needs.

    Visual Studio web performance tests (.webtest files) are tied to the load test functionality and is also deprecated. While it was never designed for it specifically, I know of a few customers who have used .webtest’s for other purposes such as for running API tests. I would encourage them to take a look at some of the other API testing alternatives that are available in the market that would better serve their needs. SOAP UI is a free, open source alternative to consider and is also available as a commercial option with additional capabilities.

  2. Shutting down the cloud-based load testing service: Our cloud-based load testing service will continue to run through March 31st, 2020. You can continue to use all the experiences powered by this service without interruption until then. After the service goes offline, you can continue to use the tests as outlined below while you evaluate alternatives.

    The cloud-based load testing service is also used in the following places, which will no longer be available after March 31st, 2020.

    • Running load tests in Azure Pipelines using the load testing tasks (Cloud-based load test task, Apache JMeter task and the cloud-based web performance test task: These tasks will stop working after March 31st, 2020 and will be removed.
    • Cloud-based load tests in CI/CD pipelines will run until March 31st, 2020. After that you need to self-host them and run using the Test Controller/Test Agent setup invoking the tests through the mstest.exe command-line.
    • Running performance tests using the Azure portal (performance test option in App Services and Application Insights blades): These options will no longer be available after March 31st, 2020.

Cloud-based load testing features have been officially retired as of April 29, 2021.

Load testing Alternatives

There are many alternatives, both free and commercial tools that you can consider. For instance, Apache JMeter is a free, popular open source tool with a strong community backing. It supports many different protocols and has rich extensibility that can be leveraged to customize the tool to your needs. Many commercial services such as Blazemeter support running Apache JMeter tests.

If you use code based tests for load testing and .NET is your platform of choice then tools such as Neoload, Micro Focus Silk Performer and Micro Focus Load Runner are options to consider.

In addition, extensions from several load test vendors such as SOASTA (now Akamai CloudTest), Apica Loadtest and Load Impact are available in the Azure DevOps and Azure marketplace.

More Information

Deprecating features is always hard and therefore not something we ever do lightly. We recognize that this announcement will be disruptive for the people that are using the service today and we will be working with affected customers to ensure they are aware of the changes. Premier support for Enterprise can be engaged for help with migrating tests to alternatives – they can be reached via email on premdevinfo@microsoft.com

If you have any further questions or concerns then please send us an email at vsoloadtest@microsoft.com or contact me directly.

38 comments

Discussion is closed. Login to edit/delete existing comments.

  • karthik d 0

    Wow its sad to see such a powerful feature being depracated. I have used it for a few years now and found it to be one of a kind of solution where in i could work on both Cloud and OnPrem seamlessly and could reuse most of the API level tests i had written and didn’t had to worry about moving and evaluating different tools for each different operations. Especially with the Application Insights, i would say it was more powerful as we had a one stop solution under the Microsoft umbrella. It would be great to see if this can be retained or provide some solutions around the same and creating a little more awareness in the community about these solutions or features

  • Nikhil Shampur 0

    Please reconsider this decision.  The service was valuable to a large set of the MS/dotNet community

  • Falco Bethke 0

    very sad…
    I was using MS load test tools since the 90’s (“homer”, WAS, etc.)
    I guess the source code may be a bit like a mess, so they decide against open sourcing it (see uservoice link, was declined). You can very easy ILspy many of the managed components like plugins. It was no fun so dig into some still existing bugs there…

  • Richard Gavel 0

    A question. We already define our tests in JMeter and so I wasn’t that worried about losing the cloud agents themselves. However, I’m surprised you’re not at least keeping around the UI to allow publishing of JMeter results or the ability to define our own JMeter agents (maybe as another agent pool or something). The ability to view results of a run or results over time seems like a lot of capability that will go wasted simply because you won’t be running hosting test agents.

    • Barman, Biswajit 0

      I second this option @Jamie Cool is there a way we can at least see the load test results inside Azure DevOps ?

  • Mark Meier 0

    Full Disclosure, I’m a LoadImpact employee.  I noticed the link for us points to a tool Julien Stroheker made a few years ago. That plugin is for an older version of our product, and not the best way to integrate into your Azure DevOps pipelines.
    We’ve written a guide to get our open source load generator(k6) integrated with Azure DevOps, here. This will be better for any one interested in such an integration! 

    • Mark Meier 0

      We(LoadImpact) just published a new blog post comparing k6 and Visual Studio load testing.  Intent is to just show how you can run the same types of tests you may be used to previously with k6.

  • Rodrigo born 0

    It´s a pitty, I was about to make a course about this tool but a think i´ll give up.

  • Richard Leeke 0

    We are exploring an idea for keeping our Visual Studio-based performance test framework alive which might provide a pathway for others seeking to retain the use of their VS test assets. I wrote a brief outline of our idea over on this thread with the request for Microsoft to open source: https://developercommunity.visualstudio.com/idea/490150/open-source-performance-testing-tools-and-allow-co.html.
    Please get in touch if you are interested in exploring that idea further.

  • Brian Murdoch 0

    Can I get some clarity on the wording in this notice?I only use the web-based experience for load testing. Above it seem like I can keep using it past 31st of March 2020?
    “After the service goes offline, you can continue to use the tests as outlined below while you evaluate alternatives.” web-based experience … is listed under.So can I use it going forward after the deadline or not?

  • HERNANDEZ Luis Adan - Consultor Externo 0

    When I started to work with AzureDevOps I literally fell in love with al the services, I think that the hardest thing of leaving the load test service is that I use AzureDevOps to share results for unit tests and load tests, metrics, and graphs, now I will not be able to have these results In one tool..
    Is there any chanse to keep displaying load test results in this way? even If the run is not cloud based

Feedback usabilla icon