UITestInterpreter.ExecuteTest Method
Include Protected Members
Include Inherited Members
Executes a test.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
ExecuteTest() | Executes (that is, interprets) the current UITest object. (Inherited from UITestInterpreterCore.) | |
ExecuteTest(UITest) | Executes the given test. | |
ExecuteTest(Int64, Int64) | Executes (that is, interprets) the current UITest object for the actions in the specified range. (Inherited from UITestInterpreterCore.) | |
ExecuteTest(UITest, Int64, Int64) | Executes the given test for the specified range of actions. |
Top
See Also
Reference
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace