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.

IActionRecordingHelper::Create Method (String^)

 

Creates and returns an action recording by using a local file on disk.

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

ITestAttachment^ Create(
	String^ fileName
)

Parameters

fileName
Type: System::String^

The full path and file name for an action recording that has been saved to a local file.

Return Value

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

An action recording as an attachment to the associated test case.

Return to top
Show: