CodedUITestType Enumeration

 

Represents the CodedUITest type for a test class.

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

Syntax

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

Members

Member name Description
Desktop

CodedUITest type that represents testing of Desktop Applications.

See Also

Microsoft.VisualStudio.TestTools.UITesting Namespace

Return to top