Share via


UITestInterpreter.ExecuteTest 메서드 (UITest, Int64, Int64)

지정된 작업 범위에 대해 지정된 테스트를 실행합니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
어셈블리:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration(Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)

구문

‘선언
Public Shared Sub ExecuteTest ( _
    uiTest As UITest, _
    startId As Long, _
    stopId As Long _
)
public static void ExecuteTest(
    UITest uiTest,
    long startId,
    long stopId
)
public:
static void ExecuteTest(
    UITest^ uiTest, 
    long long startId, 
    long long stopId
)
static member ExecuteTest : 
        uiTest:UITest * 
        startId:int64 * 
        stopId:int64 -> unit 
public static function ExecuteTest(
    uiTest : UITest, 
    startId : long, 
    stopId : long
)

매개 변수

  • startId
    형식: System.Int64
    시작 작업의 식별자입니다.목록의 처음부터 시작하려면 음수로 지정합니다.
  • stopId
    형식: System.Int64
    끝 작업의 식별자입니다.목록의 마지막 작업까지 실행하려면 음수로 지정합니다.

.NET Framework 보안

  • 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.

참고 항목

참조

UITestInterpreter 클래스

ExecuteTest 오버로드

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration 네임스페이스

UITest

UITestPlaybackResult