Information
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.

ITestRun::AddTest Method (Int32, Int32, TeamFoundationIdentity^)

 

Adds a test case and configuration to the test run.

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

void AddTest(
	int testCaseId,
	int configurationId,
	TeamFoundationIdentity^ owner
)

Parameters

testCaseId
Type: System::Int32

The ID for the test case to add.

configurationId
Type: System::Int32

The ID for the configuration to add.

owner
Type: Microsoft.TeamFoundation.Framework.Client::TeamFoundationIdentity^

The identity of the person who owns the test that is being added.

Return to top
Show: