ThreadedWebTest 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 ThreadedWebTest abstract : Microsoft::VisualStudio::TestTools::WebTesting::WebTest
public abstract class ThreadedWebTest : Microsoft.VisualStudio.TestTools.WebTesting.WebTest
type ThreadedWebTest = class
inherit WebTest
Public MustInherit Class ThreadedWebTest
Inherits WebTest
Inheritance
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 )
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 )
GetRequestEnumerator()
IncludeWebTest(String, Boolean)
(Inherited from WebTest )
IncludeWebTest(String)
(Inherited from WebTest )
IncludeWebTest(WebTest, Boolean)
(Inherited from WebTest )
IncludeWebTest(WebTest)
(Inherited from WebTest )
InitializeDataBinding()
(Inherited from WebTest )
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 )
Run()
Send(WebTestRequest)
Stop()
Events
Applies to