Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
childWebTest
Type: Microsoft.VisualStudio.TestTools.WebTesting.WebTestThe WebTest object to call from the current coded Web performance test.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.