Jaa


TestFlow.StartTestAsync Method

Definition

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.

Applies to