Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace

This namespace contains the classes for creating and managing tests of your application's user interface.

Classes

  Class Description
Public class UIActionInterpreter Executes a test action in a user interface (UI) test, interprets the results, and writes to a log.
Public class UITestInterpreter Executes each test action in a user interface (UI) test and interprets the results of each action by using the value of the ActionInvoker property.
Public class UITestInterpreterCore The class to iterate the actions in an UITest object and interpret those. The result of interpretation depends on the UITestActionInvoker value.

Enumerations

  Enumeration Description
Public enumeration UITestPlaybackResult Represents the possible results from the playback of a UITest.