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.
Represents the possible results from the playback of a T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITest.
Namespace: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
public enum UITestPlaybackResult
public enum class UITestPlaybackResult
type UITestPlaybackResult
Public Enumeration UITestPlaybackResult
Members
Member name | Description | |
---|---|---|
Canceled | The test playback was canceled. |
|
Failed | The test playback failed. |
|
Passed | The test playback passed. |
See Also
UITest
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace
Return to top