UITestInterpreter Events

Include Protected Members
Include Inherited Members

The UITestInterpreter type exposes the following members.

Events

  Name Description
Public event ActionCompleted Event raised after an UITestAction is executed. (Inherited from UITestInterpreterCore.)
Public event ActionListCompleted Event raised after execution of each ActionList is completed. (Inherited from UITestInterpreterCore.)
Public event ActionListStarted Event raised before execution of each ActionList is started. (Inherited from UITestInterpreterCore.)
Public event ActionStarted Event raised before an UITestAction is executed. (Inherited from UITestInterpreterCore.)
Public event InterpreterError Event raised when an error occurs when interpreting the UITest. (Inherited from UITestInterpreterCore.)
Public event InterpreterProgress Event raised to update progress when interpreting the UITest. (Inherited from UITestInterpreterCore.)
Public event InterpreterWarning Event raised when a warning occurs when interpreting the UITest. (Inherited from UITestInterpreterCore.)
Public event UITestCompleted Event raised after execution of UITest is completed. (Inherited from UITestInterpreterCore.)
Public event UITestStarted Event raised before execution of UITest starts. (Inherited from UITestInterpreterCore.)

Top

See Also

Reference

UITestInterpreter Class

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace