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)。 |
回頁首
方法
回頁首
事件
名稱 | 描述 | |
---|---|---|
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) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。