WebTestRequest.Outcome 屬性
取得或設定 Web 效能測試要求的「成功」或「失敗」結果。
命名空間: Microsoft.VisualStudio.TestTools.WebTesting
組件: Microsoft.VisualStudio.QualityTools.WebTestFramework (在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)
語法
'宣告
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)
屬性值
型別:Microsoft.VisualStudio.TestTools.WebTesting.Outcome
Web 效能測試要求的結果。
備註
設定 WebTestRequest.Outcome 的主要原因是要忽略預期的失敗,因此儘管有預期的失敗,WebTestRequest 還是會標示為「成功」。
如果您的 Web 效能測試代碼設定 WebTestRequest 的結果,不應在 PostRequest 事件處理常式進行此設定。 如果您先前設定它,Web 效能測試執行階段引擎可能會覆寫您設定的值。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。