Skip to content

This repository demonstrates how to create automated tests for Azure Functions.

Notifications You must be signed in to change notification settings

shuvo009/azure-functions-test-strategies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Functions Test Strategies

I love Azure Functions. I use them all the time to execute small pieces of code without having to worry about how they run.

Testing all code is recommended, however you may get the best results by wrapping up a Function's logic and creating tests outside the Function.

Writing unit tests for Azure Functions is just like writing unit tests for any other piece of code. There is some logic, that has input and output parameters, and you need to simulate those.

Features

The following functions are demonstration here.

Prerequisites

Visual Studio 2019 .Net Core Runtime

About

This repository demonstrates how to create automated tests for Azure Functions.

Topics

Resources

Stars

Watchers

Forks

Languages