Load testing with VSTS

To test HTTP-triggered functions, you can use the VSTS Web tests. These tests will allow you to estimate your response time and response latency from multiple locations on the globe, and identify if your function can perform well under increasing load.

Creating load tests for non-HTTP-triggered functions involves triggering Unit Tests from load tests. We will not cover the process here. To learn how to create a Load Test project in Visual Studio, and run Unit Tests from it, please visit https://msdn.microsoft.com/en-us/library/ff355993.aspx?f=255&MSPPError=-2147217396#. This type of testing requires Visual Studio Enterprise edition.

There are multiple ways to design a VSTS Web test, including recording a use case execution ...

Get Serverless computing in Azure with .NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.