CodedUITestType Enumeration

Represents the CodedUITest type for a test class.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.QualityTools.CodedUITestFramework (in Microsoft.VisualStudio.QualityTools.CodedUITestFramework.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration CodedUITestType
[FlagsAttribute]
public enum CodedUITestType
[FlagsAttribute]
public enum class CodedUITestType
[<FlagsAttribute>]
type CodedUITestType
public enum CodedUITestType

Members

Member name Description
Desktop CodedUITest type that represents testing of Desktop Applications.

WindowsStore CodedUITest type that represents testing of Windows Store Application.

See Also

Reference

Microsoft.VisualStudio.TestTools.UITesting Namespace