Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 _
)
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
- uiTest
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITest
A UITest object.
- 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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace