This documentation is archived and is not being maintained.
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace
Visual Studio 2010
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.
| Class | Description | |
|---|---|---|
![]() | ActionLogInvoker | Generates the action log from the test actions that are collected from the recorder and playback. |
![]() | UIActionInterpreter | Executes a test action in a user interface (UI) test, interprets the results, and writes to a log. |
![]() | 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. |
| Enumeration | Description | |
|---|---|---|
![]() | UITestPlaybackResult | Represents the possible results from the playback of a UITest. |
Show:
