Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace

This namespace contains the classes that are used to create and manage tests of your application's user interface.

To use this namespace, you must add a reference to the Codegeneration.dll file, which is located in the %ProgramFiles%\Microsoft Visual Studio 10.0\Common7\IDE\PrivateAssemblies folder.

Classes

  Class Description
Public class ActionLogInvoker Generates the action log from the test actions that are collected from the recorder and playback.
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.

Enumerations

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