【发布时间】:2018-01-11 17:23:19
【问题描述】:
我有already gone through这篇文章Michael Stephenson
automated-testing-logic-apps-specflow
我的Logicapp triggers with Http Request 我想知道如何使用SpecFLow 库编写测试用例。
我尝试了如下几个步骤,但我如何才能触发它的第一步?
@dev
Scenario: WhiteboxTest - Process Topic Message - Yes
Given the storage account is empty
| Storage account |
| mydemo |
And the logic app is enabled
When a message is submitted to the topic
| Topic |
| TestTopic |
Then the logic app will receive the message
【问题讨论】:
标签: c# azure specflow azure-logic-apps