Condividi tramite


Metodo UITestInterpreter.ExecuteTest (UITest, Int64, Int64)

Esegue il test indicato per l'intervallo di azioni specificato.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (in Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)

Sintassi

'Dichiarazione
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
)

Parametri

  • startId
    Tipo: System.Int64
    Identificatore per l'azione iniziale.Specifica un numero negativo per avviare il test dall'inizio dell'elenco.
  • stopId
    Tipo: System.Int64
    Identificatore per l'azione finale.Specifica un numero negativo per eseguire il test fino all'ultima azione dell'elenco.

Note

startId e stopId vengono utilizzati solo per il ExecuteActions e non per altri elenchi di azioni.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UITestInterpreter Classe

Overload ExecuteTest

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.CodeGeneration

UITest

UITestPlaybackResult