Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
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. |
Enumerations
Enumeration | Description | |
---|---|---|
![]() |
UITestPlaybackResult | Represents the possible results from the playback of a UITest. |