Load testing

Load testing HTTP-triggered functions can be set up by creating Web tests using either the Visual Studio IDE or VSTS online workspace.

Such testing can be set up using a URL-based test that calls the function URL from specified geo-locations with appropriate parameters, and measure the function's performance. The load testing setup with VSTS will be covered in detail in the next chapter after setting up the VSTS account and continuous delivery pipeline.

Load testing of non-HTTP triggered functions involves triggering Unit Tests from Load Tests. This process will not be covered in this book. To learn how to create a Load Test project in Visual Studio, and to run Unit Tests from it, please visit https://msdn.microsoft.com/en-us/library/ff355993.aspx?f=255&MSPPError=-2147217396# ...

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.