WebTest.IncludeWebTest Method (String)

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

Syntax

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

Parameters

  • webTestName
    Type: String

Return Value

Type: Microsoft.VisualStudio.TestTools.WebTesting.WebTest

.NET Framework Security

See Also

Reference

WebTest Class

IncludeWebTest Overload

Microsoft.VisualStudio.TestTools.WebTesting Namespace