ThreadedWebTest Methods

Include Protected Members
Include Inherited Members

The ThreadedWebTest type exposes the following members.

Methods

  Name Description
Public method AddCommentToResult Adds a comment to the Web performance test result that follows the most recently completed Web performance test request, transaction, or included Web performance test. (Inherited from WebTest.)
Public method AddDataSource(String, String, DataBindingAccessMethod, array<String[]) Adds a data source to the data collection that is contained by the Web performance test. (Inherited from WebTest.)
Public method AddDataSource(String, String, String, DataBindingAccessMethod, array<String[]) Adds a data source to the data collection that is contained by the Web performance test. (Inherited from WebTest.)
Public method AddDataSource(String, String, String, DataBindingAccessMethod, DataBindingSelectColumns, array<String[]) (Inherited from WebTest.)
Public method AddDataSourceBinding Defines a binding relationship and adds it to the data source binding collection for the Web performance test. (Inherited from WebTest.)
Public method BeginCondition (Inherited from WebTest.)
Public method BeginLoop (Inherited from WebTest.)
Public method BeginTransaction Starts a transaction timer by using the specified name. (Inherited from WebTest.)
Public method EndCondition (Inherited from WebTest.)
Public method EndLoop (Inherited from WebTest.)
Public method EndTransaction(String) Ends a transaction timer with the specified name. (Inherited from WebTest.)
Public method EndTransaction(String, Boolean) Ends the specified transaction. (Inherited from WebTest.)
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Public method ExecuteConditionalRule (Inherited from WebTest.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetDataTableRowCount (Inherited from WebTest.)
Public method GetEnumerator Gets an Enumerator that enumerates the items in the Web performance test. (Inherited from WebTest.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetRequestEnumerator Infrastructure. This method returns the next request to be submitted in a Web performance test for Web performance tests that extend the ThreadedWebTest class. (Overrides WebTest.GetRequestEnumerator().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method IncludeWebTest(String) Calls a coded Web performance test from within a coded Web performance test. (Inherited from WebTest.)
Public method IncludeWebTest(WebTest) Calls a coded Web performance test from within a coded Web performance test. (Inherited from WebTest.)
Public method IncludeWebTest(String, Boolean) Calls a coded Web performance test from within a coded Web performance test. (Inherited from WebTest.)
Public method IncludeWebTest(WebTest, Boolean) Calls a coded Web performance test from within a coded Web performance test. (Inherited from WebTest.)
Public method InitializeDataBinding Adds data source and data binding information from attributes to the current instance. (Inherited from WebTest.)
Public method InternalSetOutcome (Inherited from WebTest.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method MoveDataTableCursor(String, String) Advances the cursor in the data table to the next record. (Inherited from WebTest.)
Public method MoveDataTableCursor(String, String, Int32) (Inherited from WebTest.)
Public method RegisterDataSourceInLoop (Inherited from WebTest.)
Public method ReloadDataTable (Inherited from WebTest.)
Public method Run When overridden in a derived class, runs the coded Web performance test of the user.
Public method Send Sends a WebTestRequest to be run by the Web performance test engine.
Public method Stop (Overrides WebTest.Stop().)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

See Also

Reference

ThreadedWebTest Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace