DeclarativeWebTest 類別
表示宣告式的 XML Web 效能測試。
繼承階層架構
System.Object
Microsoft.VisualStudio.TestTools.WebTesting.WebTest
Microsoft.VisualStudio.TestTools.WebTesting.DeclarativeWebTest
命名空間: Microsoft.VisualStudio.TestTools.WebTesting
組件: Microsoft.VisualStudio.QualityTools.WebTestFramework (在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)
語法
'宣告
<SerializableAttribute> _
Public Class DeclarativeWebTest _
Inherits WebTest _
Implements ICloneable
[SerializableAttribute]
public class DeclarativeWebTest : WebTest,
ICloneable
[SerializableAttribute]
public ref class DeclarativeWebTest : public WebTest,
ICloneable
[<SerializableAttribute>]
type DeclarativeWebTest =
class
inherit WebTest
interface ICloneable
end
public class DeclarativeWebTest extends WebTest implements ICloneable
DeclarativeWebTest 型別會公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
DeclarativeWebTest | 初始化 DeclarativeWebTest 類別的新執行個體。 |
回頁首
屬性
名稱 | 說明 | |
---|---|---|
ConditionalRuleReferences | 取得條件式規則參考的集合。 | |
Context | 取得或設定物件,其中包含 Web 效能測試可在執行階段使用之內容變數。 (繼承自 WebTest)。 | |
ContextParameters | 取得與這個 Web 效能測試關聯的內容參數集合。 | |
DataSources | 取得為 Web 效能測試定義的資料來源集合。 (繼承自 WebTest)。 | |
Description | 取得或設定這個 Web 效能測試的文字描述。 | |
Guid | 取得或設定 GUID,用以唯一辨識每個 WebTest 的執行個體。 (繼承自 WebTest)。 | |
InheritFromWebTest | 當這個 Web 效能測試包含在另一個 Web 效能測試中,並且從上層 Web 效能測試繼承屬性時,取得上層 Web 效能測試的 WebTest 物件。 (繼承自 WebTest)。 | |
Items | 取得或設定這個 Web 效能測試中所包含的項目集合。項目為交易、要求、註解,以及所包含的 Web 效能測試。 | |
LastRequestOutcome | (繼承自 WebTest)。 | |
LastResponse | 取得這個 Web 效能測試中所接收到的最後一個最上層要求回應。 (繼承自 WebTest)。 | |
Name | 取得測試案例的名稱。 (繼承自 WebTest)。 | |
Outcome | 取得或設定 Web 效能測試的「成功」或「失敗」結果。 (繼承自 WebTest)。 | |
Password | 取得和設定驗證時所使用的密碼。 (繼承自 WebTest)。 | |
PreAuthenticate | 取得或設定值,這個值表示是否要預先驗證 Web 效能測試內的所有要求。 (繼承自 WebTest)。 | |
Proxy | 取得或設定值,這個值表示 Web 效能測試要使用的 Proxy 伺服器。 (繼承自 WebTest)。 | |
RequestBodyCaptureLimit | 取得或設定擷取要求資料所用的限制 (以位元組為單位)。 (繼承自 WebTest)。 | |
RequestItems | 取得這個測試案例中所有要求項目的集合。 | |
ResponseBodyCaptureLimit | 取得或設定擷取回應資料所用的限制 (以位元組為單位)。 (繼承自 WebTest)。 | |
StopOnError | 取得或設定指示,這個指示表示測試是否應該在錯誤發生時停止執行。 (繼承自 WebTest)。 | |
UserName | 取得和設定驗證時所使用的使用者名稱。 (繼承自 WebTest)。 | |
ValidationRuleReferences | 取得 Web 效能測試層級驗證規則的參考集合。 (繼承自 WebTest)。 | |
WebProxy | 取得或設定這個 Web 效能測試所要使用的 Web Proxy。 (繼承自 WebTest)。 | |
WebTestPluginReferences | 取得 Web 效能測試外掛程式的參考集合。 (繼承自 WebTest)。 |
回頁首
方法
回頁首
事件
名稱 | 說明 | |
---|---|---|
PostPage | (繼承自 WebTest)。 | |
PostRequest | 在這個 Web 效能測試執行的每個要求之後發生。 (繼承自 WebTest)。 | |
PostTransaction | (繼承自 WebTest)。 | |
PostWebTest | 在 Web 效能測試回合之後發生。 (繼承自 WebTest)。 | |
PrePage | (繼承自 WebTest)。 | |
PreRequest | 在這個 Web 效能測試執行的每個要求之前發生。 (繼承自 WebTest)。 | |
PreRequestDataBinding | (繼承自 WebTest)。 | |
PreTransaction | (繼承自 WebTest)。 | |
PreWebTest | 在 Web 效能測試回合之前發生。 (繼承自 WebTest)。 | |
ValidateResponse | 發生於接收到 Web 效能測試要求的回應並且準備進行驗證時。 (繼承自 WebTest)。 | |
ValidateResponseOnPageComplete | (繼承自 WebTest)。 |
回頁首
備註
請不要以宣告式 DeclarativeWebTest 類別當做基底類別使用。
執行緒安全
這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。並非所有的執行個體成員都是安全執行緒。