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
System_CAPS_pubclass UIActionInterpreter

Executes a test action in a user interface (UI) test, interprets the results, and writes to a log.

System_CAPS_pubclass 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.

System_CAPS_pubclass 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
System_CAPS_pubenum UITestPlaybackResult

Represents the possible results from the playback of a T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITest.

Return to top