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
System_CAPS_pubmethod ExecuteTest()

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

System_CAPS_pubmethod ExecuteTest(Int64, Int64)

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

System_CAPS_pubmethodSystem_CAPS_static ExecuteTest(UITest)

Executes (that is, interprets) the given UITest object.

System_CAPS_pubmethodSystem_CAPS_static 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