WebTest.IncludeWebTest Method (WebTest)

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)

Syntax

'Declaration
Public Function IncludeWebTest ( _
    childWebTest As WebTest _
) As WebTest
public WebTest IncludeWebTest(
    WebTest childWebTest
)
public:
WebTest^ IncludeWebTest(
    WebTest^ childWebTest
)
member IncludeWebTest : 
        childWebTest:WebTest -> WebTest 
public function IncludeWebTest(
    childWebTest : WebTest
) : WebTest

Parameters

Return Value

Type: Microsoft.VisualStudio.TestTools.WebTesting.WebTest

Remarks

The included Web performance test does not inherit the values of the properties from the parent Web performance test.

.NET Framework Security

See Also

Reference

WebTest Class

IncludeWebTest Overload

Microsoft.VisualStudio.TestTools.WebTesting Namespace