다음을 통해 공유


Outcome 열거형

웹 성능 테스트의 결과에 대해 설명합니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.WebTesting
어셈블리:  Microsoft.VisualStudio.QualityTools.WebTestFramework(Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

구문

‘선언
<TypeConverterAttribute(GetType(OutcomeConverter))> _
Public Enumeration Outcome
[TypeConverterAttribute(typeof(OutcomeConverter))]
public enum Outcome
[TypeConverterAttribute(typeof(OutcomeConverter))]
public enum class Outcome
[<TypeConverterAttribute(typeof(OutcomeConverter))>]
type Outcome
public enum Outcome

멤버

멤버 이름 설명
Pass 웹 성능 테스트에 통과했음을 나타냅니다.
Fail 웹 성능 테스트가 실패했음을 나타냅니다.

설명

다음 표는 웹 성능 테스트 결과에 대해 설명합니다.

참고 항목

참조

Microsoft.VisualStudio.TestTools.WebTesting 네임스페이스