Share via


UITestInterpreter.ExecuteTest Method

 

Executes a test.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (in Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)

Overload List

Name Description
System_CAPS_pubmethod ExecuteTest()

Executes (that is, interprets) the current UITest object.(Inherited from UITestInterpreterCore.)

System_CAPS_pubmethod ExecuteTest(Int64, Int64)

Executes (that is, interprets) the current UITest object for the actions in the specified range.(Inherited from UITestInterpreterCore.)

System_CAPS_pubmethodSystem_CAPS_static ExecuteTest(UITest)

Executes the given test.

System_CAPS_pubmethodSystem_CAPS_static ExecuteTest(UITest, Int64, Int64)

Executes the given test for the specified range of actions.

See Also

UITestInterpreter Class
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace

Return to top