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.

ITestIterationResult::CreateStepResult Method (Int32)

 

Creates and returns a new test step result.

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

ITestStepResult^ CreateStepResult(
	int actionId
)

Parameters

actionId
Type: System::Int32

The numeric ID for the test action.

Return Value

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

A new test step result.

Return to top
Show: