- Print
- Comment
- DarkLight
- PDF
Logic App Test Manager
At integrate 2022 I did a session about testing with Logic App Standard and I have evolved the approach to provide 2 nuget packages to support different automated testing scenarios.
- IPB.LogicApp.Standard.Testing = A framework to help you develop automated tests of your workflow when it is deployed to Azure.
- IPB.LogicApp.Standard.Testing.Local = A framework to help you do unit testing of logic app workflows when they are running within func.exe on your local machine
The 2 frameworks are intended to look as similar as possible but they just handle the slight differences between where your Logic App workflow is running.
The pages in this section of the integration playbook will provide walk throughs and examples of techniques to use in logic app testing
Code for framework
The code is all on github
https://github.com/michaelstephensonuk/IntegrationPlaybook-LogicApp-Standard-Testing
Example Project using framework
The sample project with lots of examples which we will look at in this area are located in this github project
https://github.com/michaelstephensonuk/IntegrationPlaybook-LogicApp-Standard-Testing-Example