Share via


UITestInterpreter.ExecuteTest Method (Int64, Int64)

Executes the current 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 Function ExecuteTest ( _
    startId As Long, _
    stopId As Long _
) As UITestPlaybackResult
public UITestPlaybackResult ExecuteTest(
    long startId,
    long stopId
)
public:
UITestPlaybackResult ExecuteTest(
    long long startId, 
    long long stopId
)
member ExecuteTest : 
        startId:int64 * 
        stopId:int64 -> UITestPlaybackResult 
public function ExecuteTest(
    startId : long, 
    stopId : long
) : UITestPlaybackResult

Parameters

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

Return Value

Type: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITestPlaybackResult
The playback result.

.NET Framework Security

See Also

Reference

UITestInterpreter Class

ExecuteTest Overload

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace

UITestPlaybackResult