ThreadedWebTest Members
Include Protected Members
Include Inherited Members
Represents a base class for a coded Web test that uses a single thread per Web test iteration.
The ThreadedWebTest type exposes the following members.
Constructors
Name
Description
This class must be inherited; it cannot be instantiated.
Top
Methods
Name
Description
Adds a comment to the Web test result following the most recently completed Web test request, transaction, or included Web test. (Inherited from WebTest.)
Overloaded.
Defines a binding relationship and adds it to the data source binding collection for the Web test. (Inherited from WebTest.)
Starts a transaction timer with the specified name. (Inherited from WebTest.)
Overloaded.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Gets an Enumerator that enumerates the items in the Web test. (Inherited from WebTest.)
Serves as a hash function for a particular type. (Inherited from Object.)
Infrastructure. (Overrides WebTest.GetRequestEnumerator().)
Gets the type of the current instance. (Inherited from Object.)
Overloaded.
Adds data source and data binding information from attributes to the current instance. (Inherited from WebTest.)
(Inherited from WebTest.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Advances the cursor in the data table to the next record. (Inherited from WebTest.)
When overridden in a derived class, runs the user's coded Web test.
Sends a WebTestRequest to be run by the Web test engine.
Stops the current Web test. (Inherited from WebTest.)
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets or sets an object that contains context variables that are available to the Web test at run time. (Inherited from WebTest.)
Gets the collection of data sources defined for the Web test. (Inherited from WebTest.)
Gets or sets a Globally Unique Identifier that uniquely identifies each instance of a WebTest. (Inherited from WebTest.)
Gets the WebTest object for the parent Web test when this Web test is included in another Web test and is inheriting properties from the parent Web test. (Inherited from WebTest.)
Gets the last response received for a top-level request in this Web test. (Inherited from WebTest.)
Gets the name of the test case. (Inherited from WebTest.)
Gets or sets the Pass or Fail outcome of the Web test. (Inherited from WebTest.)
Gets and sets the password used for authentication. (Inherited from WebTest.)
Gets or sets a value that indicates whether to pre-authenticate all requests within the Web test. (Inherited from WebTest.)
Gets or sets a value representing a proxy server for the Web test to use. (Inherited from WebTest.)
Gets or sets the limit, in bytes, that is used for capturing request data. (Inherited from WebTest.)
Gets or sets the limit, in bytes, that is used for capturing response data. (Inherited from WebTest.)
(Inherited from WebTest.)
Gets and sets the user name used for authentication. (Inherited from WebTest.)
Gets the collection of references to Web test-level validation rules. (Inherited from WebTest.)
Gets or sets the Web proxy for this Web test to use. (Inherited from WebTest.)
Gets the collection of references to Web test plug-ins. (Inherited from WebTest.)
Top
Events
Name
Description
(Inherited from WebTest.)
Occurs after each request this Web test runs. (Inherited from WebTest.)
(Inherited from WebTest.)
Occurs after the Web test runs. (Inherited from WebTest.)
(Inherited from WebTest.)
Occurs before each request this Web test runs. (Inherited from WebTest.)
(Inherited from WebTest.)
Occurs before the Web test runs. (Inherited from WebTest.)
Occurs when the response to a Web test request has been received and is ready to be validated. (Inherited from WebTest.)
Top