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 (WebTest^, Boolean)
Calls a coded Web performance test from within a coded Web performance test.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Parameters
- childWebTest
-
Type:
Microsoft.VisualStudio.TestTools.WebTesting::WebTest^
The WebTest object to call from the current coded Web performance test.
- inheritWebTestSettings
-
Type:
System::Boolean
If true, the included Web performance test inherits the values of the properties from the parent Web performance test.
Return Value
Type: Microsoft.VisualStudio.TestTools.WebTesting::WebTest^
Show: