TestScript.Script Property
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.
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.