共用方式為


DeclarativeWebTest 類別

表示宣告式的 XML Web 效能測試。

繼承階層架構

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 (繼承自 WebTest)。
公用屬性 ContextParameters 取得與這個 Web 效能測試關聯的內容參數集合。
公用屬性 DataSources (繼承自 WebTest)。
公用屬性 Description 取得或設定這個 Web 效能測試的文字描述。
公用屬性 Guid (繼承自 WebTest)。
公用屬性 InheritFromWebTest (繼承自 WebTest)。
公用屬性 Items 取得或設定這個 Web 效能測試中所包含的項目集合。項目為交易、要求、註解,以及所包含的 Web 效能測試。
公用屬性 LastRequestOutcome (繼承自 WebTest)。
公用屬性 LastResponse (繼承自 WebTest)。
公用屬性 Name (繼承自 WebTest)。
公用屬性 Outcome (繼承自 WebTest)。
公用屬性 Password (繼承自 WebTest)。
公用屬性 PreAuthenticate (繼承自 WebTest)。
公用屬性 Proxy (繼承自 WebTest)。
公用屬性 RequestBodyCaptureLimit (繼承自 WebTest)。
公用屬性 RequestItems 取得這個測試案例中所有要求項目的集合。
公用屬性 ResponseBodyCaptureLimit (繼承自 WebTest)。
公用屬性 ResultsLocale (繼承自 WebTest)。
公用屬性 StopOnError (繼承自 WebTest)。
公用屬性 UserName (繼承自 WebTest)。
公用屬性 ValidationRuleReferences (繼承自 WebTest)。
公用屬性 WebProxy (繼承自 WebTest)。
公用屬性 WebTestPluginReferences (繼承自 WebTest)。

回頁首

方法

  名稱 描述
公用方法 AddCommentToResult (繼承自 WebTest)。
公用方法 AddDataSource(String, String, DataBindingAccessMethod, array<String[]) (繼承自 WebTest)。
公用方法 AddDataSource(String, String, String, DataBindingAccessMethod, array<String[]) (繼承自 WebTest)。
公用方法 AddDataSource(String, String, String, DataBindingAccessMethod, DataBindingSelectColumns, array<String[]) (繼承自 WebTest)。
公用方法 AddDataSourceBinding (繼承自 WebTest)。
公用方法 BeginCondition (繼承自 WebTest)。
公用方法 BeginLoop (繼承自 WebTest)。
公用方法 BeginTransaction (繼承自 WebTest)。
公用方法 Clone 建立新的 DeclarativeWebTest,這是目前執行個體的複本。
公用方法 EndCondition (繼承自 WebTest)。
公用方法 EndLoop (繼承自 WebTest)。
公用方法 EndTransaction(String) (繼承自 WebTest)。
公用方法 EndTransaction(String, Boolean) (繼承自 WebTest)。
公用方法 Equals 判斷指定的物件是否等於目前的物件。 (繼承自 Object)。
公用方法 ExecuteConditionalRule (繼承自 WebTest)。
受保護的方法 Finalize 在記憶體回收開始前,允許物件嘗試釋放資源,並執行其他清除作業。 (繼承自 Object)。
公用方法 GetDataTableRowCount (繼承自 WebTest)。
公用方法 GetEnumerator (繼承自 WebTest)。
公用方法 GetExtractionRuleVariables 傳回 Web 測試中所有擷取規則變數名稱。
公用方法 GetHashCode 做為預設雜湊函式。 (繼承自 Object)。
公用方法 GetItem 取得含指定以零起始的要求編號的 WebTestItem。
公用方法 GetRequestEnumerator 取得在執行階段根據條件式規則的所有要求的列舉程式。 (覆寫 WebTest.GetRequestEnumerator()。)
公用方法 GetType 取得目前實例 Type 的屬性。 (繼承自 Object)。
公用方法 IncludeWebTest(String) (繼承自 WebTest)。
公用方法 IncludeWebTest(WebTest) (繼承自 WebTest)。
公用方法 IncludeWebTest(String, Boolean) (繼承自 WebTest)。
公用方法 IncludeWebTest(WebTest, Boolean) (繼承自 WebTest)。
公用方法 InitializeDataBinding 將資料來源和來自屬性 (Attribute) 的資料繫結資訊加入至目前的執行個體。主要用於自動程式碼 web 測試。 (覆寫 WebTest.InitializeDataBinding()。)
公用方法 InsertItemAt 在指定的項目索引插入 WebTestItem 。
公用方法 InternalSetOutcome (繼承自 WebTest)。
受保護的方法 MemberwiseClone 建立目前 Object 的淺層複製 (Shallow Copy) 。 (繼承自 Object)。
公用方法 MoveDataTableCursor(String, String) (繼承自 WebTest)。
公用方法 MoveDataTableCursor(String, String, Int32) (繼承自 WebTest)。
公用方法 RegisterDataSourceInLoop (繼承自 WebTest)。
公用方法 ReloadDataTable (繼承自 WebTest)。
公用方法 RemoveItemAt 移除指定之項目索引處的 WebTestItem。
公用方法 Stop (繼承自 WebTest)。
公用方法 ToString 傳回代表目前物件的字串。 (繼承自 Object)。

回頁首

事件

  名稱 描述
公用事件 PostPage (繼承自 WebTest)。
公用事件 PostRequest (繼承自 WebTest)。
公用事件 PostTransaction (繼承自 WebTest)。
公用事件 PostWebTest (繼承自 WebTest)。
公用事件 PrePage (繼承自 WebTest)。
公用事件 PreRequest (繼承自 WebTest)。
公用事件 PreRequestDataBinding (繼承自 WebTest)。
公用事件 PreTransaction (繼承自 WebTest)。
公用事件 PreWebTest (繼承自 WebTest)。
公用事件 ValidateResponse (繼承自 WebTest)。
公用事件 ValidateResponseOnPageComplete (繼承自 WebTest)。

回頁首

備註

請不要以宣告式 DeclarativeWebTest 類別當做基底類別使用。

執行緒安全

這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。

請參閱

參考

Microsoft.VisualStudio.TestTools.WebTesting 命名空間