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^)
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
- webTestName
-
Type:
System::String^
The name of the declarative Web performance test to include.
Return Value
Type: Microsoft.VisualStudio.TestTools.WebTesting::WebTest^The included Web performance test does not inherit the values of the properties from the parent Web performance test.
Show: