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.

WebTestLoop Class

 

Represents a conditional loop that contains a collection of Web performance test items that are executed as long as the conditional rule is met.

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


[SerializableAttribute]
public ref class WebTestLoop : WebTestConditionalConstruct

NameDescription
System_CAPS_pubmethodWebTestLoop(ConditionalRule^, Int32, Boolean)

Initializes a new instance of the WebTestLoop class by using the specified parameters.

System_CAPS_pubmethodWebTestLoop(LoopConditionalRuleReference^)

Initializes a new instance of the WebTestLoop class by using the specified LoopConditionalRuleReference.

System_CAPS_protmethodWebTestLoop(WebTestLoop^)

Initializes a new instance of the WebTestLoop class by copying the specified WebTestLoop.

NameDescription
System_CAPS_pubpropertyConditionalRuleReference

Gets or sets the reference to a conditional rule.(Inherited from WebTestConditionalConstruct.)

System_CAPS_pubpropertyCurrentIterationNumber

Gets the current iteration number.

System_CAPS_pubpropertyItemId

Zero-based sequence number of the item in the Web performance test.(Inherited from WebTestItem.)

System_CAPS_pubpropertyItems

Gets the collection of WebTestItem objects.(Inherited from WebTestConditionalConstruct.)

System_CAPS_pubpropertyLoopConditionalRuleReference
System_CAPS_pubpropertyUniqueStringId

Gets or sets the unique string ID.(Inherited from WebTestConditionalConstruct.)

NameDescription
System_CAPS_pubmethodClone()

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

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodExecuteCheckConditionalRule(WebTest^)
System_CAPS_pubmethodExecuteCleanUpConditionalRule(WebTest^)

Performs cleanup after the conditional rule is checked.(Inherited from WebTestConditionalConstruct.)

System_CAPS_pubmethodExecuteInitializeConditionalRule(WebTest^)
System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetConditionalRuleText()

Returns the text description of the conditional rule.(Inherited from WebTestConditionalConstruct.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodInitialize(ConditionalRuleReference^)

Initializes a new referenced conditional rule.(Inherited from WebTestConditionalConstruct.)

System_CAPS_protmethodInitialize(WebTestConditionalConstruct^, ConditionalRuleReference^)

Initializes a new referenced conditional rule by copying the specified ConditionalRuleReference.(Inherited from WebTestConditionalConstruct.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRegisterDataSource(String^, String^)

Registers the specified data source and data table.

System_CAPS_pubmethodRuntimeClone()

Creates a new WebTestLoop that is a copy of the current instance at runtime.(Overrides WebTestItem::RuntimeClone().)

System_CAPS_pubmethodToString()

Returns a String that represents the current WebTestLoop.(Overrides Object::ToString().)

System_CAPS_pubmethodToString(String^)

Returns a String that represents the current WebTestLoop.(Overrides WebTestConditionalConstruct::ToString(String^).)

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: