Aracılığıyla paylaş


WebTest.Outcome Özellik

Alır veya ayarlar Pass ya da Fail Web performans sınaması sonucunu.

Ad alanı:  Microsoft.VisualStudio.TestTools.WebTesting
Derleme:  Microsoft.VisualStudio.QualityTools.WebTestFramework (Microsoft.VisualStudio.QualityTools.WebTestFramework.dll içinde)

Sözdizimi

'Bildirim
Public Property Outcome As Outcome
public Outcome Outcome { get; set; }
public:
property Outcome Outcome {
    Outcome get ();
    void set (Outcome value);
}
member Outcome : Outcome with get, set
function get Outcome () : Outcome
function set Outcome (value : Outcome)

Özellik Değeri

Tür: Microsoft.VisualStudio.TestTools.WebTesting.Outcome
Web performans testinin sonucu.

Notlar

WebTest.Outcome ayarlamak için birincil WebTest rağmen beklenen hatası başarılı işaretlenir, beklenen hatası yok saymak için olmasıdır.

Web performans sınaması çalışma zamanı altyapısı da WebTest sonucu özelliğini ayarlayan çünkü nihai sonuca özelliğinin değeri kodunuzu ayarlar değeri ile aynı olmayabilir.

Fail için WebTest.Outcome değeri, Web performans sınaması çalışma zamanı altyapısı bu ayarı geçersiz kılmaz ve tamamlandığında Web performans sınaması başarısız işaretlenir. Ancak, Web performans testi geçişine WebTest.Outcome ayarlarsanız, önce tüm Web performans test isteklere verilen ve doğrulama kuralları çağrılan, Web performans sınaması çalışma zamanı Altyapısı değerini geçersiz kılar ve bir hata varsa geçişine değeri ayarlandıktan sonra başarısız olmasına WebTest.Outcome ayarlar.

Son değer WebTest.Outcome için garanti etmek için geçirmek için PostWebTest olay işleyicisinde ayarlayın olur.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

WebTest Sınıf

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı