Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WebTestResultPage Class

 

Retrieves a top-level page result.

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

System::Object
  Microsoft.VisualStudio.TestTools.WebTesting::WebTestResultUnit
    Microsoft.VisualStudio.TestTools.WebTesting::WebTestResultPage

[SerializableAttribute]
public ref class WebTestResultPage : WebTestResultUnit, ICloneable

NameDescription
System_CAPS_pubpropertyDeclarativeWebTestItemId

Gets or sets the ID of this request in a declarative test. (Inherited from WebTestResultUnit.)

System_CAPS_pubpropertyIsCompleted

Gets a Boolean value that indicates whether the result status is Completed.(Inherited from WebTestResultUnit.)

System_CAPS_pubpropertyIsSkipped

Gets a Boolean value that indicates whether this request was skipped. (Inherited from WebTestResultUnit.)

System_CAPS_pubpropertyPassed

Gets the Boolean value that indicates of whether the Web performance test passed.(Overrides WebTestResultUnit::Passed.)

System_CAPS_pubpropertyRedirectedPages

Gets or sets the list of redirected pages.

System_CAPS_pubpropertyRequestResult

Gets or sets the result of the request.

System_CAPS_pubpropertyResultStatus

Gets or sets the WebTestResultStatus of this page or request. (Inherited from WebTestResultUnit.)

System_CAPS_pubpropertySourceWebTestId

Gets or sets the ID of the Web performance test.(Inherited from WebTestResultUnit.)

NameDescription
System_CAPS_pubmethodClone()

Creates a new object that is a copy of the current instance.(Overrides WebTestResultUnit::Clone().)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetRequestSize()

Returns the length of the request.(Overrides WebTestResultUnit::GetRequestSize().)

System_CAPS_pubmethodGetResponseSize()

Returns the length of the response, in bytes.(Overrides WebTestResultUnit::GetResponseSize().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: