DeclarativeWebTest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class DeclarativeWebTest : Microsoft::VisualStudio::TestTools::WebTesting::WebTest, ICloneable
[System.Serializable]
public class DeclarativeWebTest : Microsoft.VisualStudio.TestTools.WebTesting.WebTest, ICloneable
[<System.Serializable>]
type DeclarativeWebTest = class
inherit WebTest
interface ICloneable
Public Class DeclarativeWebTest
Inherits WebTest
Implements ICloneable
Inheritance
Attributes
Implements
Constructors
Properties
Methods
AddCommentToResult(String)
(Inherited from WebTest )
AddDataSource(String, String, DataBindingAccessMethod, String[])
(Inherited from WebTest )
AddDataSource(String, String, String, DataBindingAccessMethod, DataBindingSelectColumns, String[])
(Inherited from WebTest )
AddDataSource(String, String, String, DataBindingAccessMethod, String[])
(Inherited from WebTest )
AddDataSourceBinding(String, String, String, String)
(Inherited from WebTest )
BeginCondition(ConditionalRule)
(Inherited from WebTest )
BeginLoop(ConditionalRule, Int32, Boolean)
(Inherited from WebTest )
BeginTransaction(String)
(Inherited from WebTest )
Clone()
EndCondition(ConditionalRule)
(Inherited from WebTest )
EndLoop(ConditionalRule)
(Inherited from WebTest )
EndTransaction(String, Boolean)
(Inherited from WebTest )
EndTransaction(String)
(Inherited from WebTest )
ExecuteConditionalRule(ConditionalRule)
(Inherited from WebTest )
GetDataTableRowCount(String, String)
(Inherited from WebTest )
GetEnumerator()
(Inherited from WebTest )
GetExtractionRuleVariables()
GetItem(Int32)
GetRequestEnumerator()
IncludeWebTest(String, Boolean)
(Inherited from WebTest )
IncludeWebTest(String)
(Inherited from WebTest )
IncludeWebTest(WebTest, Boolean)
(Inherited from WebTest )
IncludeWebTest(WebTest)
(Inherited from WebTest )
InitializeDataBinding()
InsertItemAt(Int32, WebTestItem)
InternalSetOutcome(Outcome)
(Inherited from WebTest )
MoveDataTableCursor(String, String, Int32)
(Inherited from WebTest )
MoveDataTableCursor(String, String)
(Inherited from WebTest )
RegisterDataSourceInLoop(ConditionalRule, String, String)
(Inherited from WebTest )
ReloadDataTable(String, String)
(Inherited from WebTest )
RemoveItemAt(Int32)
Stop()
(Inherited from WebTest )
Events
Applies to