WebTest Class
No content here will be updated; please do not add material here.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.TestTools.WebTesting.WebTest
Microsoft.VisualStudio.TestTools.WebTesting.DeclarativeWebTest
Microsoft.VisualStudio.TestTools.WebTesting.ThreadedWebTest
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public MustInherit Class WebTest _
Implements IEnumerable
[SerializableAttribute]
public abstract class WebTest : IEnumerable
[SerializableAttribute]
public ref class WebTest abstract : IEnumerable
[<AbstractClass>]
[<SerializableAttribute>]
type WebTest =
class
interface IEnumerable
end
public abstract class WebTest implements IEnumerable
The WebTest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WebTest |
Top
Properties
Top
Methods
Top
Events
Name | Description | |
---|---|---|
PostPage | ||
PostRequest | ||
PostTransaction | ||
PostWebTest | ||
PrePage | ||
PreRequest | ||
PreRequestDataBinding | ||
PreTransaction | ||
PreWebTest | ||
ValidateResponse | ||
ValidateResponseOnPageComplete |
Top
Remarks
No content here will be updated; please do not add material here.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.