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
| DeclarativeWebTest() |
Properties
| ConditionalRuleReferences | |
| Context | (Inherited from WebTest) |
| ContextParameters | |
| DataSources | (Inherited from WebTest) |
| Description | |
| Guid | (Inherited from WebTest) |
| InheritFromWebTest | (Inherited from WebTest) |
| Items | |
| 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) |
| RequestItems | |
| 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) |