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.
ITestManagementTeamProject::CreateTmiTestImplementation Method (String^, String^, String^, Guid)
Creates a test implementation object by using the provided test name, type of test, storage path, and GUID for the test type.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
ITmiTestImplementation^ CreateTmiTestImplementation( String^ testName, String^ testType, String^ storage, Guid testId )
Parameters
- testName
-
Type:
System::String^
The name of the test.
- testType
-
Type:
System::String^
The name of the type of test.
- storage
-
Type:
System::String^
The location of the DLL or source file.
- testId
-
Type:
System::Guid
The GUID for the test.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client::ITmiTestImplementation^A link to an automated test on the server.
Show: