UITestInterpreterCore.ExecuteTest Method
Namespace: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Overload List
Name | Description | |
---|---|---|
ExecuteTest() | Executes (that is, interprets) the current UITest object. |
|
ExecuteTest(Int64, Int64) | Executes (that is, interprets) the current UITest object for the actions in the specified range. |
|
ExecuteTest(UITest) | Executes (that is, interprets) the given UITest object. |
|
ExecuteTest(UITest, Int64, Int64) | Executes (that is, interprets) the given UITest object for the actions in the specified range. |
See Also
UITestInterpreterCore Class
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace
Return to top