WebTestContext.WebTestUserId 속성
부하 테스트에서 웹 성능 테스트를 실행할 때 시뮬레이션된 가상의 사용자를 고유하게 식별하는 값을 가져옵니다.
네임스페이스: Microsoft.VisualStudio.TestTools.WebTesting
어셈블리: Microsoft.VisualStudio.QualityTools.WebTestFramework(Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
구문
‘선언
Public Property WebTestUserId As Integer
public int WebTestUserId { get; internal set; }
public:
property int WebTestUserId {
int get ();
internal: void set (int value);
}
member WebTestUserId : int with get, internal set
function get WebTestUserId () : int
internal function set WebTestUserId (value : int)
속성 값
형식: System.Int32
가상 사용자 식별 번호입니다.
예제
주의 |
---|
시뮬레이트된 사용자에 대해 WebTestUserId에 할당된 고유 값은 하나의 부하 테스트 시나리오와 하나의 부하 테스트 에이전트에서 사용할 경우에만 유효합니다.WebTestUserId 값이 여러 에이전트에서 고유하지 않습니다. |
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.