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.

WebTest::IncludeWebTest Method (String^, Boolean)

 

Calls a coded Web performance test from within a coded Web performance test.

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

public:
WebTest^ IncludeWebTest(
	String^ webTestName,
	bool inheritWebTestSettings
)

Parameters

webTestName
Type: System::String^

The name of the declarative Web performance test to include.

inheritWebTestSettings
Type: System::Boolean

If true, the included Web performance test inherits the values of the properties from the parent Web performance test.

Return to top
Show: