TestFlow.StartTestAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Starts the execution of the test flow.
public System.Threading.Tasks.Task StartTestAsync ();
member this.StartTestAsync : unit -> System.Threading.Tasks.Task
Public Function StartTestAsync () As Task
Returns
Runs the exchange between the user and the bot.
Remarks
This methods sends the activities from the user to the bot and checks the responses from the bot based on the activities described in the current test flow.