UITestInterpreter Events

Include Protected Members
Include Inherited Members

The UITestInterpreter type exposes the following members.

Events

  Name Description
Public event ActionCompleted Raised when the execution of an action has completed.
Public event ActionListCompleted Raised when all actions in an action list have completed.
Public event ActionListStarted Raised before the start of the execution of the actions in an action list.
Public event ActionStarted Raised before the start of the execution of an action.
Public event InterpreterError Raised when an error occurs during execution.
Public event InterpreterProgress Raised to report progress of the test execution.
Public event InterpreterWarning Raised when a warning occurs during execution.
Public event UITestCompleted Raised after the associated test has been completed.
Public event UITestStarted Raised just before the test starts to execute.

Top

See Also

Reference

UITestInterpreter Class

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace