Writing automated tests using c# for standard logic apps which are having Service bus topic trigger and recurrence trigger

Ravi Kumar Koduri 6 Reputation points
2022-06-06T11:21:50.117+00:00

Hi,

I'm trying to write automated tests in c# for the standard logic apps with Service bus topic triggers and recurrence triggers. I couldn't find any leads on how to achieve this. Any help would be appreciated.

I've found this link that guides on how to write tests using c# for logic apps with HTTP triggers.

Automated-testing-with-logic-apps-standard

I'm hoping for something similar that guides on how to write tests in c# for service bus topic trigger and or recurrence trigger logic apps

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,317 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,796 Reputation points
    2022-06-10T03:13:57.407+00:00

    @Ravi Kumar Koduri Thanks for reaching out. As of now only supported test case samples are mentioned here. Currently only Mocking capabilities for HTTP actions and Azure connectors are provided as documented here. Product Team are actively working more testing support cases and the sample will be update once it is supported.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.