How do I test a real world like workflow
  • 01 Dec 2022
  • 1 Minute to read
  • Contributors
  • Comment
  • Dark
    Light
  • PDF

How do I test a real world like workflow

  • Comment
  • Dark
    Light
  • PDF

Article Summary

In the below video we will look at a richer workflow which is more representative of a real world logic app and we will then test it with Specflow.

The workflow we are going to focus on testing in this scenario is part of a couple of workflows which work together to process this logical interface requirement. The below diagram shows which workflow we are testing.

image.png

In the video I will talk more about how this works.

If your using the sample project then the below command can be used to run the test.

dotnet test --filter FullyQualifiedName=logicapp.testing.acceptancetests.Features.ShipInstruction.SpecFlow.Processor.ShipInstructionProcessorFeature.ShipInstructionProcessorGreenPath  --logger:"console;verbosity=normal"

Was this article helpful?