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 UITest.
Namespace: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Enumeration UITestPlaybackResult
public enum UITestPlaybackResult
public enum class UITestPlaybackResult
type UITestPlaybackResult
public enum UITestPlaybackResult
Members
Member name | Description | |
---|---|---|
Canceled | The test playback was canceled. | |
Failed | The test playback failed. | |
Passed | The test playback passed. |
See Also
Reference
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace