ITestManagementTeamProject.CreateTmiTestImplementation Method (String, String, Guid, String, Guid)

Creates a test implementation object by using the provided test name, name of the type of test, the GUID for the type of test, the storage path, and GUID for the test type.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
Function CreateTmiTestImplementation ( _
    testName As String, _
    testType As String, _
    testTypeId As Guid, _
    storage As String, _
    testId As Guid _
) As ITmiTestImplementation
ITmiTestImplementation CreateTmiTestImplementation(
    string testName,
    string testType,
    Guid testTypeId,
    string storage,
    Guid testId
)
ITmiTestImplementation^ CreateTmiTestImplementation(
    String^ testName, 
    String^ testType, 
    Guid testTypeId, 
    String^ storage, 
    Guid testId
)
abstract CreateTmiTestImplementation : 
        testName:string * 
        testType:string * 
        testTypeId:Guid * 
        storage:string * 
        testId:Guid -> ITmiTestImplementation
function CreateTmiTestImplementation(
    testName : String, 
    testType : String, 
    testTypeId : Guid, 
    storage : String, 
    testId : Guid
) : ITmiTestImplementation

Parameters

  • testName
    Type: String

    The name of the test.

  • testType
    Type: String

    The name of the type of test.

  • testTypeId
    Type: Guid

    The GUID for the test type.

  • storage
    Type: String

    The location of the DLL or source file.

  • testId
    Type: Guid

    The GUID for the test.

Return Value

Type: Microsoft.TeamFoundation.TestManagement.Client.ITmiTestImplementation
A link to an automated test on the server.

.NET Framework Security

See Also

Reference

ITestManagementTeamProject Interface

CreateTmiTestImplementation Overload

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITmiTestImplementation