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 Constructor (ConditionalRule^, Int32, Boolean)

 

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

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

public:
WebTestLoop(
	ConditionalRule^ conditionalRule,
	int maxIterations,
	bool advanceDataSources
)

Parameters

conditionalRule
Type: Microsoft.VisualStudio.TestTools.WebTesting::ConditionalRule^

The conditional rule.

maxIterations
Type: System::Int32

The maximum number of iterations for this loop.

advanceDataSources
Type: System::Boolean

true to advance the data cursors in the data set; false to not advance the data cursors in the data set.

Return to top
Show: