- Course
Testing Precompiled Azure Functions: Deep Dive
Azure Functions and Visual Studio enable the easy development and execution of C# code in the cloud. This course will teach you how to implement tests at different levels of granularity to ensure your Azure Functions work as expected.
- Course
Testing Precompiled Azure Functions: Deep Dive
Azure Functions and Visual Studio enable the easy development and execution of C# code in the cloud. This course will teach you how to implement tests at different levels of granularity to ensure your Azure Functions work as expected.
Get started today
Access this course and other top-rated tech content with one of our business plans.
Try this course for free
Access this course and other top-rated tech content with one of our individual plans.
This course is included in the libraries shown below:
- Cloud
What you'll learn
Even though Azure Functions offer quick deployment of C# code to the cloud, it does not mean those functions should be published without first testing them. In this course, Testing Precompiled Azure Functions: Deep Dive, you'll learn how to write tests for your Azure Functions and workflows. First, you'll learn how to unit test core business logic and then how to test (and make testable) your function run methods. Next, you'll then discover how to use mocked function dependencies in your tests. Finally, you'll explore how to implement end to end function workflow tests. By the end of this course, you'll know how to ensure your Azure Functions are working as expected by implementing tests at different levels of granularity.
Testing Precompiled Azure Functions: Deep Dive
-
Version Check | 20s
-
Introduction | 1m 22s
-
Course Outline | 36s
-
Suggested Course Prerequisite | 48s
-
An Overview of Testing Azure Functions | 1m 46s
-
Potential Challenges | 1m 37s
-
Demo App Overview | 1m 13s
-
Required Tools | 1m 41s
-
Creating a Function App in the Azure Portal | 1m 55s
-
Creating the Function and Test Projects in Visual Studio | 3m
-
Publishing a Test Function | 1m 26s
-
Summary | 1m 8s