Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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