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.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Microsoft.VisualStudio.TestTools.WebTesting::WebTestItem
Microsoft.VisualStudio.TestTools.WebTesting::WebTestConditionalConstruct
Microsoft.VisualStudio.TestTools.WebTesting::WebTestLoop
| Name | Description | |
|---|---|---|
![]() | WebTestLoop(ConditionalRule^, Int32, Boolean) | Initializes a new instance of the WebTestLoop class by using the specified parameters. |
![]() | WebTestLoop(LoopConditionalRuleReference^) | Initializes a new instance of the WebTestLoop class by using the specified LoopConditionalRuleReference. |
![]() | WebTestLoop(WebTestLoop^) | Initializes a new instance of the WebTestLoop class by copying the specified WebTestLoop. |
| Name | Description | |
|---|---|---|
![]() | ConditionalRuleReference | Gets or sets the reference to a conditional rule.(Inherited from WebTestConditionalConstruct.) |
![]() | CurrentIterationNumber | Gets the current iteration number. |
![]() | ItemId | Zero-based sequence number of the item in the Web performance test.(Inherited from WebTestItem.) |
![]() | Items | Gets the collection of WebTestItem objects.(Inherited from WebTestConditionalConstruct.) |
![]() | LoopConditionalRuleReference | Gets the LoopConditionalRuleReference. |
![]() | UniqueStringId | Gets or sets the unique string ID.(Inherited from WebTestConditionalConstruct.) |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a new WebTestLoop that is a copy of the current instance.(Overrides WebTestItem::Clone().) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | ExecuteCheckConditionalRule(WebTest^) | |
![]() | ExecuteCleanUpConditionalRule(WebTest^) | Performs cleanup after the conditional rule is checked.(Inherited from WebTestConditionalConstruct.) |
![]() | ExecuteInitializeConditionalRule(WebTest^) | Initializes the conditional rule.(Overrides WebTestConditionalConstruct::ExecuteInitializeConditionalRule(WebTest^).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetConditionalRuleText() | Returns the text description of the conditional rule.(Inherited from WebTestConditionalConstruct.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Initialize(ConditionalRuleReference^) | Initializes a new referenced conditional rule.(Inherited from WebTestConditionalConstruct.) |
![]() | Initialize(WebTestConditionalConstruct^, ConditionalRuleReference^) | Initializes a new referenced conditional rule by copying the specified ConditionalRuleReference.(Inherited from WebTestConditionalConstruct.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | RegisterDataSource(String^, String^) | Registers the specified data source and data table. |
![]() | RuntimeClone() | Creates a new WebTestLoop that is a copy of the current instance at runtime.(Overrides WebTestItem::RuntimeClone().) |
![]() | ToString() | Returns a String that represents the current WebTestLoop.(Overrides Object::ToString().) |
![]() | ToString(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.


