Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
ITestAttachment Create(
string fileName
)
ITestAttachment^ Create(
String^ fileName
)
abstract Create :
fileName:string -> ITestAttachment
Function Create (
fileName As String
) As ITestAttachment
Parameters
fileName
Type: System.StringThe 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.
See Also
ITestAttachment
IActionRecordingHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top