Share via


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
Public method ExecuteTest() Executes (that is, interprets) the current UITest object. (Inherited from UITestInterpreterCore.)
Public methodStatic member ExecuteTest(UITest) Executes the given test.
Public method ExecuteTest(Int64, Int64) Executes (that is, interprets) the current UITest object for the actions in the specified range. (Inherited from UITestInterpreterCore.)
Public methodStatic member ExecuteTest(UITest, Int64, Int64) Executes the given test for the specified range of actions.

Top

See Also

Reference

UITestInterpreter Class

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace