Aracılığıyla paylaş


PostWebTestRecordingEventArgs.RecordedWebTestResult Özellik

Başvuruyu alır WebTestResultIteration http isteklerini tüm ayrıntılarını içeren nesne ve yanıtları oluştu sırasında kayıt oturumu.

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

Sözdizimi

'Bildirim
Public ReadOnly Property RecordedWebTestResult As WebTestResultIteration
    Get
public WebTestResultIteration RecordedWebTestResult { get; }
public:
property WebTestResultIteration^ RecordedWebTestResult {
    WebTestResultIteration^ get ();
}
member RecordedWebTestResult : WebTestResultIteration
function get RecordedWebTestResult () : WebTestResultIteration

Özellik Değeri

Tür: Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultIteration
Başvuru bir WebTestResultIteration nesne.

Açıklamalar

WebTestResultIteration Nesne içeren bazı istekleri, bağımlı istekleri gibi bildirimsel Web performans sınama içine değil olarak kaydedilir ve yeniden yönlendirme isteği. Bunlardan bazıları oluşturulan bildirimsel Web performans testi kayıtlı olmayan, ancak istekleri ve yanıtları da tüm üstbilgiler ve kayıt olay sırasında gönderilen tanımlama bilgilerini içerir.

Web performansını türleri içinde bulunan sonuç nesnelerini sınamak unutmayın WebTestResultIteration nesne döndürülen bir alt kümesi için tanımlanan türleri aşağıda WebTestResultIteration sınıf, yani WebTestResultPage nesneleri ve WebTestRequestResult içerdikleri, nesneleri ve WebTestResultComment nesneler. Hareketlerle ilgili diğer Web performans test sonuç nesnelerinin bu konuda bulunamayacaktır WebTestResultIteration çünkü bunlar değil kaydedilir, tüm Web performans testlerini ve gibi nesnedöngüler.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

PostWebTestRecordingEventArgs Sınıf

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı

WebTestResultPage

WebTestRequestResult

WebTestResultIteration