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
ThreadedWebTest() |
Properties
Context | (Inherited from WebTest) |
DataSources | (Inherited from WebTest) |
Guid | (Inherited from WebTest) |
InheritFromWebTest | (Inherited from WebTest) |
LastRequestOutcome | (Inherited from WebTest) |
LastResponse | (Inherited from WebTest) |
Name | (Inherited from WebTest) |
Outcome | (Inherited from WebTest) |
Password | (Inherited from WebTest) |
PreAuthenticate | (Inherited from WebTest) |
Proxy | (Inherited from WebTest) |
RequestBodyCaptureLimit | (Inherited from WebTest) |
ResponseBodyCaptureLimit | (Inherited from WebTest) |
ResultsLocale | (Inherited from WebTest) |
StopOnError | (Inherited from WebTest) |
UserName | (Inherited from WebTest) |
ValidationRuleReferences | (Inherited from WebTest) |
WebProxy | (Inherited from WebTest) |
WebTestPluginReferences | (Inherited from WebTest) |
Methods
Events
PostPage | (Inherited from WebTest) |
PostRequest | (Inherited from WebTest) |
PostTransaction | (Inherited from WebTest) |
PostWebTest | (Inherited from WebTest) |
PrePage | (Inherited from WebTest) |
PreRequest | (Inherited from WebTest) |
PreRequestDataBinding | (Inherited from WebTest) |
PreTransaction | (Inherited from WebTest) |
PreWebTest | (Inherited from WebTest) |
ValidateResponse | (Inherited from WebTest) |
ValidateResponseOnPageComplete | (Inherited from WebTest) |