UITestInterpreter.ExecuteTest Method (UITest, Int64, Int64)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Executes the given test for the specified range of actions.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (in Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)

Syntax

'Declaration
Public Shared Sub ExecuteTest ( _
    uiTest As UITest, _
    startId As Long, _
    stopId As Long _
)
'Usage
Dim uiTest As UITest
Dim startId As Long
Dim stopId As Long

UITestInterpreter.ExecuteTest(uiTest, startId, _
    stopId)
public static void ExecuteTest(
    UITest uiTest,
    long startId,
    long stopId
)
public:
static void ExecuteTest(
    UITest^ uiTest, 
    long long startId, 
    long long stopId
)
static member ExecuteTest : 
        uiTest:UITest * 
        startId:int64 * 
        stopId:int64 -> unit 
public static function ExecuteTest(
    uiTest : UITest, 
    startId : long, 
    stopId : long
)

Parameters

  • startId
    Type: System.Int64
    The identifier for the starting action. Provide a negative number to start at the beginning of the list.
  • stopId
    Type: System.Int64
    The identifier for the ending action. Provide a negative number to execute to the last action in the list.

.NET Framework Security

See Also

Reference

UITestInterpreter Class

UITestInterpreter Members

ExecuteTest Overload

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace

UITest

UITestPlaybackResult