TestScript.Script Property

Definition

Gets the test script actions.

public System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Adaptive.Testing.TestAction> Script { get; }
member this.Script : System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Adaptive.Testing.TestAction>
Public ReadOnly Property Script As List(Of TestAction)

Property Value

The sequence of test actions to perform to validate the dialog behavior.

Applies to