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.

ITestPlan::CreateTestRun Method (Boolean)

 

Creates and returns a new automated or manual test-run for this test plan.

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

ITestRun^ CreateTestRun(
	bool isAutomated
)

Parameters

isAutomated
Type: System::Boolean

true for an automated test run, false for a manual test run.

Return Value

Type: Microsoft.TeamFoundation.TestManagement.Client::ITestRun^

A new test-run object.

Return to top
Show: