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::ExecuteCheckConditionalRule Method (WebTest^)

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

public:
virtual bool ExecuteCheckConditionalRule(
	WebTest^ webTest
) override

Parameters

webTest
Type: Microsoft.VisualStudio.TestTools.WebTesting::WebTest^

The WebTest to execute.

Return Value

Type: System::Boolean

true if the condition was met; otherwise, false.

Return to top
Show: