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.

WebTestResultLoop Class

 

Class to contain the loop result of a Web performance test.

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


[SerializableAttribute]
public ref class WebTestResultLoop : WebTestResultGroup, ICloneable

NameDescription
System_CAPS_pubpropertyChildren

Gets the children of a group. This can typically be a page or other groups also. Set accessor is set to internal.(Inherited from WebTestResultGroup.)

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_pubpropertyLoopStringRepresentation

Gets or sets the string representation of the loop.

System_CAPS_pubpropertyNumberOfIterations

Gets or sets the number of iterations.

System_CAPS_pubpropertyPassed

Gets a Boolean value that indicates whether all the children in the group passed.(Inherited from WebTestResultGroup.)

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.)

System_CAPS_pubpropertyUniqueStringId

Gets or sets the unique string ID.

NameDescription
System_CAPS_protmethodAddNonExecutedChildren(List<WebTestResultUnit^>^, WebTestItemCollection^, WebTestResultStatus)

Adds the Web performance test items in the result group and marks them as templates.(Inherited from WebTestResultGroup.)

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_pubmethodGetItem(Int32)

Retrieves the WebTestResultUnit at the specified index from the collection.(Inherited from WebTestResultGroup.)

System_CAPS_pubmethodGetRequestSize()

Returns the size of the request.(Inherited from WebTestResultGroup.)

System_CAPS_pubmethodGetResponseSize()

Returns the size of the response.(Inherited from WebTestResultGroup.)

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: