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 | |
---|---|---|
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. | |
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 | |
---|---|---|
UITestPlaybackResult | Represents the possible results from the playback of a UITest. |